C# Class System.Runtime.Remoting.Activation.LocalActivator

Inheritance: System.Runtime.Remoting.Contexts.ContextAttribute, IActivator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool

Private Methods

Méthode Description
Activate ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
DoRemoteActivation ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
GetMethodBase ( IConstructionCallMessage msg ) : MethodBase
LocalActivator ( ) : System

Method Details

GetPropertiesForNewContext() public méthode

public GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
ctorMsg IConstructionCallMessage
Résultat void

IsContextOK() public méthode

public IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool
ctx System.Runtime.Remoting.Contexts.Context
ctorMsg IConstructionCallMessage
Résultat bool