MethodCallMessageWrapper.MethodBase 속성

정의

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

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual property System::Reflection::MethodBase ^ MethodBase { System::Reflection::MethodBase ^ get(); };
public virtual System.Reflection.MethodBase MethodBase { get; }
public virtual 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 Overridable ReadOnly Property MethodBase As MethodBase

속성 값

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

구현

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상