C# Class System.Runtime.Remoting.Messaging.StackBasedReturnMessage

Inheritance: IMethodReturnMessage, IInternalMessage
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetLogicalCallContext LogicalCallContext
IInternalMessage bool
IInternalMessage void
IInternalMessage void
InitFields void
SetLogicalCallContext LogicalCallContext
StackBasedReturnMessage System

Public Methods

Method Description
GetArg ( int argNum ) : Object
GetArgName ( int index ) : String
GetOutArg ( int argNum ) : Object
GetOutArgName ( int index ) : String

Private Methods

Method Description
GetLogicalCallContext ( ) : LogicalCallContext
IInternalMessage ( ) : bool
IInternalMessage ( LogicalCallContext newCallContext ) : void
IInternalMessage ( String val ) : void
InitFields ( Message m ) : void
SetLogicalCallContext ( LogicalCallContext callCtx ) : LogicalCallContext
StackBasedReturnMessage ( ) : System

Method Details

GetArg() public method

public GetArg ( int argNum ) : Object
argNum int
return Object

GetArgName() public method

public GetArgName ( int index ) : String
index int
return String

GetOutArg() public method

public GetOutArg ( int argNum ) : Object
argNum int
return Object

GetOutArgName() public method

public GetOutArgName ( int index ) : String
index int
return String