다음을 통해 공유


RemotingServices.GetMethodBaseFromMethodMessage(IMethodMessage) 메서드

정의

지정된 IMethodMessage에서 메서드 기본 사항을 반환합니다.

public:
 static System::Reflection::MethodBase ^ GetMethodBaseFromMethodMessage(System::Runtime::Remoting::Messaging::IMethodMessage ^ msg);
public static System.Reflection.MethodBase GetMethodBaseFromMethodMessage (System.Runtime.Remoting.Messaging.IMethodMessage msg);
[System.Security.SecurityCritical]
public static System.Reflection.MethodBase GetMethodBaseFromMethodMessage (System.Runtime.Remoting.Messaging.IMethodMessage msg);
static member GetMethodBaseFromMethodMessage : System.Runtime.Remoting.Messaging.IMethodMessage -> System.Reflection.MethodBase
[<System.Security.SecurityCritical>]
static member GetMethodBaseFromMethodMessage : System.Runtime.Remoting.Messaging.IMethodMessage -> System.Reflection.MethodBase
Public Shared Function GetMethodBaseFromMethodMessage (msg As IMethodMessage) As MethodBase

매개 변수

msg
IMethodMessage

메서드 기본 사항을 추출할 메서드 메시지입니다.

반환

MethodBase

msg 매개 변수에서 추출한 메서드 기본 사항입니다.

특성

예외

직접 실행 호출자에 인프라 권한이 없거나 호출 스택의 상위에 있는 직접 실행 호출자 중 적어도 하나에 public이 아닌 멤버의 형식 정보를 검색할 권한이 없는 경우

설명

메서드 기본 사항을 결정 합니다 TypeName, MethodName, 및 MethodSignature 속성을 IMethodMessage 구현 하는 클래스에서 사용 되는 IMethodMessage 인터페이스입니다. 많이 IMethodMessage 클래스를 참조 해야 합니다 IMethodMessage.MethodBase 속성입니다.

적용 대상