RuntimeReflectionExtensions.GetRuntimeBaseDefinition(MethodInfo) 메서드

정의

메서드가 처음으로 선언된 직접 또는 간접 기본 클래스에서 지정된 메서드를 표현하는 개체를 검색합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetRuntimeBaseDefinition(System::Reflection::MethodInfo ^ method);
public static System.Reflection.MethodInfo GetRuntimeBaseDefinition (this System.Reflection.MethodInfo method);
public static System.Reflection.MethodInfo? GetRuntimeBaseDefinition (this System.Reflection.MethodInfo method);
static member GetRuntimeBaseDefinition : System.Reflection.MethodInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetRuntimeBaseDefinition (method As MethodInfo) As MethodInfo

매개 변수

method
MethodInfo

정보를 검색할 메서드입니다.

반환

MethodInfo

지정된 메서드의 기본 클래스에서의 초기 선언을 나타내는 개체

예외

method이(가) null인 경우

적용 대상

추가 정보