IConstructionReturnMessage 인터페이스

정의

원격 개체 활성화를 시도한 후 반환되는 IMethodReturnMessage를 식별합니다.

public interface class IConstructionReturnMessage : System::Runtime::Remoting::Messaging::IMethodReturnMessage
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
type IConstructionReturnMessage = interface
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionReturnMessage = interface
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
Public Interface IConstructionReturnMessage
Implements IMethodReturnMessage
파생
특성
구현

설명

구현 하는 메시지 IConstructionReturnMessage 생성 요청의 결과 함께 전송 되는 반환 된 IConstructionCallMessage합니다.

속성

ArgCount

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

(다음에서 상속됨 IMethodMessage)
Args

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

(다음에서 상속됨 IMethodMessage)
Exception

메서드를 호출하는 동안 throw된 예외를 가져옵니다.

(다음에서 상속됨 IMethodReturnMessage)
HasVarArgs

메시지에 가변 인수가 있는지 나타내는 값을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
LogicalCallContext

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

(다음에서 상속됨 IMethodMessage)
MethodBase

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

(다음에서 상속됨 IMethodMessage)
MethodName

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

(다음에서 상속됨 IMethodMessage)
MethodSignature

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

(다음에서 상속됨 IMethodMessage)
OutArgCount

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

(다음에서 상속됨 IMethodReturnMessage)
OutArgs

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

(다음에서 상속됨 IMethodReturnMessage)
Properties

메시지의 속성 컬렉션을 나타내는 IDictionary를 가져옵니다.

(다음에서 상속됨 IMessage)
ReturnValue

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

(다음에서 상속됨 IMethodReturnMessage)
TypeName

호출이 향하는 특정 개체의 전체 Type 이름을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
Uri

호출이 향하는 특정 개체의 URI를 가져옵니다.

(다음에서 상속됨 IMethodMessage)

메서드

GetArg(Int32)

특정 인수를 Object로 가져옵니다.

(다음에서 상속됨 IMethodMessage)
GetArgName(Int32)

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

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

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

(다음에서 상속됨 IMethodReturnMessage)
GetOutArgName(Int32)

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

(다음에서 상속됨 IMethodReturnMessage)

적용 대상