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

Inheritance: IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ConstructorCallMessage System
ConstructorCallMessage System
GetLogicalCallContext LogicalCallContext
GetMessage Message
GetTypeAttributes Object[]
GetWOMAttributes Object[]
SetFrame void
SetLogicalCallContext LogicalCallContext

Méthodes publiques

Méthode Description
GetArg ( int argNum ) : Object
GetArgName ( int index ) : String
GetInArg ( int argNum ) : Object
GetInArgName ( int index ) : String
GetThisPtr ( ) : Object

Private Methods

Méthode 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 méthode

public GetArg ( int argNum ) : Object
argNum int
Résultat Object

GetArgName() public méthode

public GetArgName ( int index ) : String
index int
Résultat String

GetInArg() public méthode

public GetInArg ( int argNum ) : Object
argNum int
Résultat Object

GetInArgName() public méthode

public GetInArgName ( int index ) : String
index int
Résultat String

GetThisPtr() public méthode

public GetThisPtr ( ) : Object
Résultat Object