IMethodMessage.MethodBase 속성

정의

호출된 MethodBase 메서드의 값을 가져옵니다.

public:
 property System::Reflection::MethodBase ^ MethodBase { System::Reflection::MethodBase ^ get(); };
public System.Reflection.MethodBase MethodBase { get; }
public System.Reflection.MethodBase MethodBase { [System.Security.SecurityCritical] get; }
member this.MethodBase : System.Reflection.MethodBase
[<get: System.Security.SecurityCritical>]
member this.MethodBase : System.Reflection.MethodBase
Public ReadOnly Property MethodBase As MethodBase

속성 값

MethodBase 호출된 메서드의 메서드입니다.

특성

예외

직접 호출자는 인터페이스에 대한 참조를 통해 호출을 수행하며 인프라 권한이 없습니다.

설명

이 정보는 원격 위치로 전송되지 않지만 한 번 조회된 후 메서드 베이스를 캐시하는 데 사용됩니다.

적용 대상