System::Reflection::ConstructorInfo::ConstructorInfo constructor
ConstructorInfo::ConstructorInfo 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)
Parameter | Type | Description |
---|---|---|
full_name | const String& | name of the constructor |
default_constructor | std::function<System::Object::ptr()> | function pointer to the constructor |
See Also
- Class String
- Typedef ptr
- Class ConstructorInfo
- Namespace System::Reflection
- Library Aspose.Font for C++