Invoke()

ConstructorInfo::Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&) 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)

Arguments

ParameterTypeDescription
parametersconst System::ArrayPtr<System::SharedPtr<System::Object>>&specified parameters (not supported)

See Also