C# 클래스 Mono.Debugger.SymbolTable

상속: DebuggerMarshalByRefObject, ISymbolTable
파일 보기 프로젝트 열기: baulig/debugger

보호된 프로퍼티들

프로퍼티 타입 설명
end_address TargetAddress
is_continuous bool
start_address TargetAddress

공개 메소드들

메소드 설명
Lookup ( TargetAddress address ) : Method
SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol
ToString ( ) : string
UpdateSymbolTable ( ) : void

보호된 메소드들

메소드 설명
GetMethods ( ) : ArrayList
SymbolTable ( ) : System
SymbolTable ( ISymbolContainer container ) : System
SymbolTable ( TargetAddress start_address, TargetAddress end_address ) : System

비공개 메소드들

메소드 설명
ensure_methods ( ) : ArrayList
get_methods ( object user_data ) : object

메소드 상세

GetMethods() 보호된 추상적인 메소드

protected abstract GetMethods ( ) : ArrayList
리턴 System.Collections.ArrayList

Lookup() 공개 메소드

public Lookup ( TargetAddress address ) : Method
address TargetAddress
리턴 Method

SimpleLookup() 공개 메소드

public SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol
address TargetAddress
exact_match bool
리턴 Symbol

SymbolTable() 보호된 메소드

protected SymbolTable ( ) : System
리턴 System

SymbolTable() 보호된 메소드

protected SymbolTable ( ISymbolContainer container ) : System
container ISymbolContainer
리턴 System

SymbolTable() 보호된 메소드

protected SymbolTable ( TargetAddress start_address, TargetAddress end_address ) : System
start_address TargetAddress
end_address TargetAddress
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateSymbolTable() 공개 메소드

public UpdateSymbolTable ( ) : void
리턴 void

프로퍼티 상세

end_address 보호되어 있는 프로퍼티

protected TargetAddress,Mono.Debugger end_address
리턴 TargetAddress

is_continuous 보호되어 있는 프로퍼티

protected bool is_continuous
리턴 bool

start_address 보호되어 있는 프로퍼티

protected TargetAddress,Mono.Debugger start_address
리턴 TargetAddress