System::Reflection::ConstructorInfo::Invoke 方法

ConstructorInfo::Invoke method

使用指定的参数调用当前实例所代表的方法或构造函数。

System::SharedPtr<System::Object> System::Reflection::ConstructorInfo::Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>> &parameters)
ParameterType描述
参数const System::ArrayPtr<System::SharedPtr<System::Object>>&指定的参数(不支持)

另见