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

Inheritance: Attribute, IContextAttribute, IContextProperty
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Property Type Description
AttributeName String

Public Methods

Method 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 method

public ContextAttribute ( String name ) : System
name String
return System

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

Freeze() public method

public Freeze ( Context newContext ) : void
newContext Context
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetPropertiesForNewContext() public method

public GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
ctorMsg IConstructionCallMessage
return void

IsContextOK() public method

public IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool
ctx Context
ctorMsg IConstructionCallMessage
return bool

IsNewContextOK() public method

public IsNewContextOK ( Context newCtx ) : bool
newCtx Context
return bool

Property Details

AttributeName protected_oe property

protected String AttributeName
return String