C# 클래스 System.Runtime.Remoting.Contexts.ContextAttribute

상속: Attribute, IContextAttribute, IContextProperty
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
AttributeName String

공개 메소드들

메소드 설명
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

메소드 상세

ContextAttribute() 공개 메소드

public ContextAttribute ( String name ) : System
name String
리턴 System

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

Freeze() 공개 메소드

public Freeze ( Context newContext ) : void
newContext Context
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPropertiesForNewContext() 공개 메소드

public GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
ctorMsg IConstructionCallMessage
리턴 void

IsContextOK() 공개 메소드

public IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool
ctx Context
ctorMsg IConstructionCallMessage
리턴 bool

IsNewContextOK() 공개 메소드

public IsNewContextOK ( Context newCtx ) : bool
newCtx Context
리턴 bool

프로퍼티 상세

AttributeName 보호되어 있는 프로퍼티

protected String AttributeName
리턴 String