TypeInfo.GetDeclaredMethod(String) メソッド

定義

現在の型によって宣言された指定されたメソッドを表す オブジェクトを返します。

public:
 virtual System::Reflection::MethodInfo ^ GetDeclaredMethod(System::String ^ name);
public virtual System.Reflection.MethodInfo GetDeclaredMethod (string name);
public virtual System.Reflection.MethodInfo? GetDeclaredMethod (string name);
abstract member GetDeclaredMethod : string -> System.Reflection.MethodInfo
override this.GetDeclaredMethod : string -> System.Reflection.MethodInfo
Public Overridable Function GetDeclaredMethod (name As String) As MethodInfo

パラメーター

name
String

メソッドの名前。

戻り値

見つかった場合は指定されたメソッドを表すオブジェクト。それ以外の場合は null

例外

namenullです。

適用対象