C# 클래스 DumpMiner.Debugger.DebuggerSession

상속: IDebuggerSession
파일 보기 프로젝트 열기: dudikeleti/DumpMiner

공개 프로퍼티들

프로퍼티 타입 설명
Instance IDebuggerSession

공개 메소드들

메소드 설명
Attach ( Process process, uint milliseconds ) : Task
Detach ( ) : void
Dispose ( ) : void
ExecuteOperation ( Func operation ) : Task>
LoadDump ( string fileName, CrashDumpReader readerType ) : Task
SetSymbolPath ( string path, bool append = true ) : void

비공개 메소드들

메소드 설명
CreateRuntime ( ) : bool
DebuggerSession ( ) : System
Dispose ( bool disposing ) : void
GetAttachedTime ( ) : System.DateTime
LoadDump ( string fileName ) : bool
Process_Exited ( object sender, EventArgs e ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( Process process, uint milliseconds ) : Task
process System.Diagnostics.Process
milliseconds uint
리턴 Task

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteOperation() 공개 메소드

public ExecuteOperation ( Func operation ) : Task>
operation Func
리턴 Task>

LoadDump() 공개 메소드

public LoadDump ( string fileName, CrashDumpReader readerType ) : Task
fileName string
readerType CrashDumpReader
리턴 Task

SetSymbolPath() 공개 메소드

public SetSymbolPath ( string path, bool append = true ) : void
path string
append bool
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IDebuggerSession Instance
리턴 IDebuggerSession