Delegate.GetMethodImpl 메서드

정의

현재 대리자에서 나타내는 메서드를 가져옵니다.

protected:
 virtual System::Reflection::MethodInfo ^ GetMethodImpl();
protected virtual System.Reflection.MethodInfo GetMethodImpl ();
abstract member GetMethodImpl : unit -> System.Reflection.MethodInfo
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overridable Function GetMethodImpl () As MethodInfo

반환

MethodInfo 현재 대리자에서 나타내는 메서드를 설명하는 입니다.

예외

호출자에게 대리자가 나타내는 메서드에 대한 액세스 권한이 없는 경우(예를 들어 메서드가 private인 경우)

설명

이 메서드는 속성을 구현합니다 Method .

적용 대상

추가 정보