ConstructorInfo()

ConstructorInfo::ConstructorInfo(const String&, std::function<System::Object::ptr()>) constructor

Initializes a new instance of the ConstructorInfo class for constructor without parameters.

System::Reflection::ConstructorInfo::ConstructorInfo(const String &full_name, std::function<System::Object::ptr()> default_constructor)

Arguments

ParameterTypeDescription
full_nameconst String&name of the constructor
default_constructorstd::function<System::Object::ptr()>function pointer to the constructor

See Also