C# 클래스 MonoDevelop.Debugger.Gdb.D.ObjectCacheNode

파일 보기 프로젝트 열기: llucenic/MonoDevelop.Debugger.Gdb.D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
NodeType D_Parser.Resolver.AbstractType
addressExpression string

공개 메소드들

메소드 설명
Clear ( ) : void
ObjectCacheNode ( string n, D_Parser.Resolver.AbstractType t, string exp ) : System
Set ( ObjectCacheNode ch ) : void
this ( Mono.Debugging.Client.ObjectPath path ) : ObjectCacheNode
this ( string n ) : ObjectCacheNode

보호된 메소드들

메소드 설명
ObjectCacheNode ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ObjectCacheNode() 보호된 메소드

protected ObjectCacheNode ( ) : System
리턴 System

ObjectCacheNode() 공개 메소드

public ObjectCacheNode ( string n, D_Parser.Resolver.AbstractType t, string exp ) : System
n string
t D_Parser.Resolver.AbstractType
exp string
리턴 System

Set() 공개 메소드

public Set ( ObjectCacheNode ch ) : void
ch ObjectCacheNode
리턴 void

this() 공개 메소드

public this ( Mono.Debugging.Client.ObjectPath path ) : ObjectCacheNode
path Mono.Debugging.Client.ObjectPath
리턴 ObjectCacheNode

this() 공개 메소드

public this ( string n ) : ObjectCacheNode
n string
리턴 ObjectCacheNode

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

NodeType 공개적으로 프로퍼티

public AbstractType,D_Parser.Resolver NodeType
리턴 D_Parser.Resolver.AbstractType

addressExpression 공개적으로 프로퍼티

public string addressExpression
리턴 string