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

ConstructorInfo::Invoke method

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

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

另见