System::TypeInfo::GetMethod メソッド

TypeInfo::GetMethod method

指定された名前のメソッドを取得します。

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
パラメーター説明
nameconst String&取得するメソッドの名前。

ReturnValue

メソッド記述子(見つからない場合は null)。

参照