다음을 통해 공유


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입니다.

구현

특성

적용 대상