System::Reflection::ConstructorInfo 클래스
ConstructorInfo class
생성자 메타데이터에 대한 접근을 제공합니다.
class ConstructorInfo : public System::Reflection::MethodBase
메서드
| 메서드 | 설명 |
|---|---|
| ConstructorInfo(const String&, std::function<System::Object::ptr()>) | 매개변수가 없는 생성자를 위해 ConstructorInfo 클래스의 새 인스턴스를 초기화합니다. |
| get_DeclaringType() | 이 멤버를 선언하는 클래스를 가져옵니다. 구현되지 않음. |
| get_MemberType() const override | 이 멤버가 생성자임을 나타내는 MemberTypes 값을 가져옵니다. |
| Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&) | 지정된 매개변수를 사용하여 현재 인스턴스가 나타내는 메서드 또는 생성자를 호출합니다. |
또 보기
- Class MethodBase
- Namespace System::Reflection
- Library Aspose.Page for C++