C# Class MiniDumper.Debugger

ファイルを表示 Open project: goldshtn/minidumper

Public Methods

Method Description
Debugger ( CommandLineOptions options ) : System

Private Methods

Method Description
CreateMiniDumper ( ) : MiniDumper
CreateProcess ( ) : void
DetachProcess ( ) : void
GetProcessName ( int processId ) : string
HandleDebugEvent ( DEBUG_EVENT value ) : CONTINUE_STATUS
Main ( string args ) : void
OptionToDumpType ( CommandLineOptions options ) : DumpType
ShowBanner ( ) : void
TakeDumps ( ) : void
ValidateOptions ( CommandLineOptions options ) : void
WaitForDebugEvent ( uint timeout ) : DEBUG_EVENT?
WaitForDebugEvents ( ) : void

Method Details

Debugger() public method

public Debugger ( CommandLineOptions options ) : System
options CommandLineOptions
return System