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>> &parameters)
ParameterTypeDescription
parametersconst System::ArrayPtr<System::SharedPtr<System::Object>>&specified parameters (not supported)

See Also