TypeInfo.GetDeclaredMethod(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 형식으로 선언된 지정된 메서드를 나타내는 개체를 반환합니다.
public:
virtual System::Reflection::MethodInfo ^ GetDeclaredMethod(System::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
예외
name은 null입니다.