ReturnMessage.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 호출된 메서드의 메서드입니다.

구현

특성

적용 대상