System::Reflection::ConstructorInfo class

ConstructorInfo class

Provides access to constructor metadata.

class ConstructorInfo : public System::Reflection::MethodBase

Methods

MethodDescription
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 overrideGets 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