IConstructionReturnMessage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a IMethodReturnMessage that is returned after attempting to activate a remote object.
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
- Derived
- Attributes
- Implements
Remarks
The message that implements IConstructionReturnMessage returns the result of the construction request sent with the IConstructionCallMessage.
Properties
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 |
OutArgs |
Returns the specified argument marked as a |
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) |
Methods
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 |
GetOutArgName(Int32) |
Returns the name of the specified argument marked as a |