IConstructionReturnMessage Interface
Identifies a IMethodReturnMessage that is returned after attempting to activate a remote object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ArgCount | Gets the number of arguments passed to the method.(Inherited from IMethodMessage.) |
![]() | Args | Gets an array of arguments passed to the method.(Inherited from IMethodMessage.) |
![]() | Exception | Gets the exception thrown during the method call.(Inherited from IMethodReturnMessage.) |
![]() | HasVarArgs | Gets a value indicating whether the message has variable arguments.(Inherited from IMethodMessage.) |
![]() | LogicalCallContext | Gets the LogicalCallContext for the current method call.(Inherited from IMethodMessage.) |
![]() | MethodBase | Gets the MethodBase of the called method.(Inherited from IMethodMessage.) |
![]() | MethodName | Gets the name of the invoked method.(Inherited from IMethodMessage.) |
![]() | MethodSignature | Gets an object containing the method signature.(Inherited from IMethodMessage.) |
![]() | OutArgCount | Gets the number of arguments in the method call marked as ref or out parameters.(Inherited from IMethodReturnMessage.) |
![]() | OutArgs | Returns the specified argument marked as a ref or an out parameter.(Inherited from IMethodReturnMessage.) |
![]() | Properties | Gets an IDictionary that represents a collection of the message's properties.(Inherited from IMessage.) |
![]() | ReturnValue | Gets the return value of the method call.(Inherited from IMethodReturnMessage.) |
![]() | TypeName | Gets the full Type name of the specific object that the call is destined for.(Inherited from IMethodMessage.) |
![]() | Uri | Gets the URI of the specific object that the call is destined for.(Inherited from IMethodMessage.) |
| Name | Description | |
|---|---|---|
![]() | GetArg(Int32) | Gets a specific argument as an Object.(Inherited from IMethodMessage.) |
![]() | GetArgName(Int32) | Gets the name of the argument passed to the method.(Inherited from IMethodMessage.) |
![]() | GetOutArg(Int32) | Returns the specified argument marked as a ref or an out parameter.(Inherited from IMethodReturnMessage.) |
![]() | GetOutArgName(Int32) | Returns the name of the specified argument marked as a ref or an out parameter.(Inherited from IMethodReturnMessage.) |
The message that implements IConstructionReturnMessage returns the result of the construction request sent with the IConstructionCallMessage.
Available since 1.1

