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

适用于