System::Reflection::ConstructorInfo class
ConstructorInfo class
Provides access to constructor metadata.
class ConstructorInfo : public System::Reflection::MethodBase
Methods
Method | Description |
---|---|
ConstructorInfo(const String&, std::function<System::Object::ptr()>) | Initializes a new instance of the ConstructorInfo class for constructor without parameters. |
get_DeclaringType() | Gets the class that declares this member. NOT IMPLEMENTED. |
get_MemberType() const override | Gets a MemberTypes value indicating that this member is a constructor. |
Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&) | Invokes the method or constructor represented by the current instance, using the specified parameters. |
See Also
- Class MethodBase
- Namespace System::Reflection
- Library Aspose.PDF for C++