C# 클래스 Mono.Debugger.SymbolFile

상속: DebuggerMarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FindMethod ( string name ) : MethodSource
GetMethods ( SourceFile file ) : MethodSource[]
SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol

보호된 메소드들

메소드 설명
DoDispose ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnModuleChanged ( ) : void
UnwindStack ( StackFrame last_frame, TargetMemoryAccess memory ) : StackFrame

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoDispose() 보호된 메소드

protected DoDispose ( ) : void
리턴 void

FindMethod() 공개 추상적인 메소드

public abstract FindMethod ( string name ) : MethodSource
name string
리턴 MethodSource

GetMethods() 공개 추상적인 메소드

public abstract GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
리턴 MethodSource[]

SimpleLookup() 공개 추상적인 메소드

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