C# Class System.Runtime.Remoting.Proxies.ProxyAttribute

Inheritance: Attribute, IContextAttribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( Type serverType ) : MarshalByRefObject
CreateProxy ( ObjRef objRef, Type serverType, Object serverObject, Context serverContext ) : RealProxy
ProxyAttribute ( ) : System.Reflection

Private Methods

Méthode Description
CreateInstanceInternal ( Type serverType ) : MarshalByRefObject
GetPropertiesForNewContext ( IConstructionCallMessage msg ) : void
IsContextOK ( Context ctx, IConstructionCallMessage msg ) : bool

Method Details

CreateInstance() public méthode

public CreateInstance ( Type serverType ) : MarshalByRefObject
serverType Type
Résultat MarshalByRefObject

CreateProxy() public méthode

public CreateProxy ( ObjRef objRef, Type serverType, Object serverObject, Context serverContext ) : RealProxy
objRef ObjRef
serverType Type
serverObject Object
serverContext System.Runtime.Remoting.Contexts.Context
Résultat RealProxy

ProxyAttribute() public méthode

public ProxyAttribute ( ) : System.Reflection
Résultat System.Reflection