언어

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

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

반품

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

예외

method은 null입니다.

적용 대상

추가 정보