다음을 통해 공유


InternalMessageWrapper(IMessage) 생성자

정의

InternalMessageWrapper 클래스의 새 인스턴스를 초기화합니다.

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

public:
 InternalMessageWrapper(System::Runtime::Remoting::Messaging::IMessage ^ msg);
public InternalMessageWrapper (System.Runtime.Remoting.Messaging.IMessage msg);
new System.Runtime.Remoting.Messaging.InternalMessageWrapper : System.Runtime.Remoting.Messaging.IMessage -> System.Runtime.Remoting.Messaging.InternalMessageWrapper
Public Sub New (msg As IMessage)

매개 변수

msg
IMessage

원격 개체에 대한 보내는 메서드 호출 또는 후속 응답으로 동작하는 메시지입니다.

설명

InternalMessageWrapper 클래스의.NET Framework 원격 인프라에서 사용 됩니다. 만들 필요가 없습니다를 InternalMessageWrapper 직접.

합니다 IMessage 매개 변수 파생된 인터페이스를 구현 IMethodMessage, 메시지 역할 요청 또는 원격 메서드 호출에 대 한 응답으로 역할을 나타냅니다. IMethodCallMessage 하 고 IMethodReturnMessage 에서 인터페이스를 상속 합니다 IMethodMessage 인터페이스입니다.

적용 대상