System::TypeInfo::GetMethod 方法

TypeInfo::GetMethod method

获取具有指定名称的方法。

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
参数类型描述
名称const String&要获取的方法名称。

ReturnValue

方法描述符(如果未找到则为 null)。

另见