C# 클래스 MiniDumper.MiniDumper

상속: IDisposable
파일 보기 프로젝트 열기: goldshtn/minidumper 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DumpOnException ( uint threadId, VsChromium.Core.Win32.Debugging.EXCEPTION_RECORD ev ) : void
DumpOnProcessExit ( uint exitCode ) : void
DumpWithoutReason ( ) : void
MiniDumper ( string dumpFolder, int pid, string processName, TextWriter logger, DumpType dumpType, bool writeAsync, string filter ) : System

비공개 메소드들

메소드 설명
GetDumpFileName ( ) : string
MakeActualDump ( IntPtr excinfo ) : void
PrintTrace ( string message ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DumpOnException() 공개 메소드

public DumpOnException ( uint threadId, VsChromium.Core.Win32.Debugging.EXCEPTION_RECORD ev ) : void
threadId uint
ev VsChromium.Core.Win32.Debugging.EXCEPTION_RECORD
리턴 void

DumpOnProcessExit() 공개 메소드

public DumpOnProcessExit ( uint exitCode ) : void
exitCode uint
리턴 void

DumpWithoutReason() 공개 메소드

public DumpWithoutReason ( ) : void
리턴 void

MiniDumper() 공개 메소드

public MiniDumper ( string dumpFolder, int pid, string processName, TextWriter logger, DumpType dumpType, bool writeAsync, string filter ) : System
dumpFolder string
pid int
processName string
logger System.IO.TextWriter
dumpType DumpType
writeAsync bool
filter string
리턴 System