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

Inheritance: IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ConstructorCallMessage System
ConstructorCallMessage System
GetLogicalCallContext LogicalCallContext
GetMessage Message
GetTypeAttributes Object[]
GetWOMAttributes Object[]
SetFrame void
SetLogicalCallContext LogicalCallContext

Public Methods

Method Description
GetArg ( int argNum ) : Object
GetArgName ( int index ) : String
GetInArg ( int argNum ) : Object
GetInArgName ( int index ) : String
GetThisPtr ( ) : Object

Private Methods

Method Description
ConstructorCallMessage ( ) : System
ConstructorCallMessage ( Object callSiteActivationAttributes, Object womAttr, Object typeAttr, Type serverType ) : System
GetLogicalCallContext ( ) : LogicalCallContext
GetMessage ( ) : Message
GetTypeAttributes ( ) : Object[]
GetWOMAttributes ( ) : Object[]
SetFrame ( MessageData msgData ) : void
SetLogicalCallContext ( LogicalCallContext ctx ) : LogicalCallContext

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

GetInArg() public method

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

GetInArgName() public method

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

GetThisPtr() public method

public GetThisPtr ( ) : Object
return Object