C# Class System.Runtime.Remoting.Contexts.ContextAttribute

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

Protected Properties

Свойство Type Description
AttributeName String

Méthodes publiques

Méthode Description
ContextAttribute ( String name ) : System
Equals ( Object o ) : bool
Freeze ( Context newContext ) : void
GetHashCode ( ) : int
GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool
IsNewContextOK ( Context newCtx ) : bool

Method Details

ContextAttribute() public méthode

public ContextAttribute ( String name ) : System
name String
Résultat System

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

Freeze() public méthode

public Freeze ( Context newContext ) : void
newContext Context
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

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 Context
ctorMsg IConstructionCallMessage
Résultat bool

IsNewContextOK() public méthode

public IsNewContextOK ( Context newCtx ) : bool
newCtx Context
Résultat bool

Property Details

AttributeName protected_oe property

protected String AttributeName
Résultat String