MethodReturnMessageWrapper 클래스

정의

IMethodReturnMessage 인터페이스를 구현하여 원격 개체에 대해 수행된 메서드 호출에 대한 응답으로 동작하는 메시지를 만듭니다.

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

public ref class MethodReturnMessageWrapper : System::Runtime::Remoting::Messaging::InternalMessageWrapper, System::Runtime::Remoting::Messaging::IMethodReturnMessage
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
Public Class MethodReturnMessageWrapper
Inherits InternalMessageWrapper
Implements IMethodReturnMessage
상속
MethodReturnMessageWrapper
특성
구현

설명

MethodReturnMessageWrapper 클래스의.NET Framework 원격 인프라에서 사용 됩니다. 인스턴스를 만들 필요가 없습니다 합니다 MethodReturnMessageWrapper 클래스를 직접; 대신는 IMethodReturnMessage 인터페이스입니다.

MethodReturnMessageWrapper 클래스 메시지 싱크 간에 전달할 원격 데이터를 래핑합니다. 원격 서버에 보냅니다는 MethodReturnMessageWrapper 클라이언트에 클라이언트 요청에 응답 메시지입니다.

생성자

MethodReturnMessageWrapper(IMethodReturnMessage)

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

IMethodReturnMessage를 래핑하여 MethodReturnMessageWrapper를 만듭니다.

필드

WrappedMessage

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

메시지 래퍼에 의해 래핑되는 요청 또는 응답 IMethodMessage 인터페이스를 나타냅니다.

(다음에서 상속됨 InternalMessageWrapper)

속성

ArgCount

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

‘메서드에 전달된 인수의 개수를 가져옵니다.

Args

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

메서드에 전달된 인수의 배열을 가져옵니다.

Exception

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

메서드 호출 중에 throw된 예외를 가져오거나, 메서드가 예외를 throw하지 않은 경우 null을 가져옵니다.

HasVarArgs

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

메서드가 여러 개의 인수를 수락할 수 있는지 여부를 나타내는 플래그를 가져옵니다.

LogicalCallContext

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

현재 메서드 호출에 대한 LogicalCallContext를 가져옵니다.

MethodBase

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

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

MethodName

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

호출된 메서드의 이름을 가져옵니다.

MethodSignature

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

메서드 시그니처가 들어 있는 개체를 가져옵니다.

OutArgCount

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

ref 매개 변수 또는 out 매개 변수로 표시되는 메서드 호출의 인수 개수를 가져옵니다.

OutArgs

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

ref 매개 변수 또는 out 매개 변수로 표시되는 메서드 호출의 인수 배열을 가져옵니다.

Properties

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

원격 메시지의 속성 컬렉션을 나타내는 IDictionary 인터페이스입니다.

ReturnValue

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

메서드 호출의 반환 값을 가져옵니다.

TypeName

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

메서드 호출이 수행되는 원격 개체의 전체 형식 이름을 가져옵니다.

Uri

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

메서드 호출이 수행되는 원격 개체의 URI(Uniform Resource Identifier)를 가져옵니다.

메서드

Equals(Object)

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

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetArg(Int32)

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

지정된 인덱스에서 메서드 인수를 개체로 가져옵니다.

GetArgName(Int32)

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

지정된 인덱스에서 메서드 인수의 이름을 가져옵니다.

GetHashCode()

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

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetOutArg(Int32)

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

ref 매개 변수 또는 out 매개 변수로 표시되는 지정된 인수를 반환합니다.

GetOutArgName(Int32)

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

ref 매개 변수 또는 out 매개 변수로 표시되는 지정된 인수의 이름을 반환합니다.

GetType()

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

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

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

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

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

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보