System::Reflection::ConstructorInfo::Invoke method
ConstructorInfo::Invoke method
Invokes the method or constructor represented by the current instance, using the specified parameters.
System::SharedPtr<System::Object> System::Reflection::ConstructorInfo::Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>> ¶meters)
Parameter | Type | Description |
---|---|---|
parameters | const System::ArrayPtr<System::SharedPtr<System::Object>>& | specified parameters (not supported) |
See Also
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class ConstructorInfo
- Namespace System::Reflection
- Library Aspose.PDF for C++