MethodResponse 클래스

정의

중요

이 API는 CLS 규격이 아닙니다.

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

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

public ref class MethodResponse : System::Runtime::Remoting::Messaging::IMethodReturnMessage, System::Runtime::Serialization::ISerializable
[System.CLSCompliant(false)]
[System.Serializable]
public class MethodResponse : System.Runtime.Remoting.Messaging.IMethodReturnMessage, System.Runtime.Serialization.ISerializable
[System.CLSCompliant(false)]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class MethodResponse : System.Runtime.Remoting.Messaging.IMethodReturnMessage, System.Runtime.Serialization.ISerializable
[System.CLSCompliant(false)]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class MethodResponse : System.Runtime.Remoting.Messaging.IMethodReturnMessage, System.Runtime.Serialization.ISerializable
[<System.CLSCompliant(false)>]
[<System.Serializable>]
type MethodResponse = class
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
    interface ISerializable
[<System.CLSCompliant(false)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodResponse = class
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
    interface ISerializable
[<System.CLSCompliant(false)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type MethodResponse = class
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
    interface ISerializable
[<System.CLSCompliant(false)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodResponse = class
    interface IMethodReturnMessage
    interface ISerializable
    interface IMethodMessage
    interface IMessage
Public Class MethodResponse
Implements IMethodReturnMessage, ISerializable
상속
MethodResponse
파생
특성
구현

설명

MethodResponse 원격 개체에 대해 호출 하는 메서드의 결과로 생성 되 고 호출자에 메서드 호출의 결과 반환 하는 데 사용 됩니다. 반환 된 값을 포함 하는 메시지 및 out 인수입니다.

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

MethodResponse 메시지 싱크 끝날 때 원격 데이터를 포함합니다. 원격 서버에서 반환 된 MethodResponse 메시지를 클라이언트로.

생성자

MethodResponse(Header[], IMethodCallMessage)

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

원격 헤더 배열 및 요청 메시지에서 MethodResponse 클래스의 새 인스턴스를 초기화합니다.

필드

ExternalProperties

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

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

InternalProperties

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

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

속성

ArgCount

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

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

Args

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

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

Exception

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

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

HasVarArgs

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

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

LogicalCallContext

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

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

MethodBase

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

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

MethodName

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

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

MethodSignature

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

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

OutArgCount

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

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

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)
GetObjectData(SerializationInfo, StreamingContext)

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

GetObjectData(SerializationInfo, StreamingContext) 메서드가 구현되지 않은 경우

GetOutArg(Int32)

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

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

GetOutArgName(Int32)

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

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

GetType()

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

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

(다음에서 상속됨 Object)
HeaderHandler(Header[])

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

메서드에 적용되는 원격 헤더 배열에서 내부 serialization 처리기를 초기화합니다.

MemberwiseClone()

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

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

(다음에서 상속됨 Object)
RootSetObjectData(SerializationInfo, StreamingContext)

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

serialization 설정에서 메서드 정보를 설정합니다.

ToString()

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보