IConstructionReturnMessage 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 개체 활성화를 시도한 후 반환되는 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 |
|
OutArgs |
|
Properties |
메시지의 속성 컬렉션을 나타내는 IDictionary를 가져옵니다. (다음에서 상속됨 IMessage) |
ReturnValue |
메서드 호출의 반환 값을 가져옵니다. (다음에서 상속됨 IMethodReturnMessage) |
TypeName |
호출이 향하는 특정 개체의 전체 Type 이름을 가져옵니다. (다음에서 상속됨 IMethodMessage) |
Uri |
호출이 향하는 특정 개체의 URI를 가져옵니다. (다음에서 상속됨 IMethodMessage) |
메서드
GetArg(Int32) |
특정 인수를 Object로 가져옵니다. (다음에서 상속됨 IMethodMessage) |
GetArgName(Int32) |
메서드에 전달된 인수의 이름을 가져옵니다. (다음에서 상속됨 IMethodMessage) |
GetOutArg(Int32) |
|
GetOutArgName(Int32) |
|
적용 대상
.NET