C# Class MiniDumper.Debugger

Afficher le fichier Open project: goldshtn/minidumper

Méthodes publiques

Méthode Description
Debugger ( CommandLineOptions options ) : System

Private Methods

Méthode 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 méthode

public Debugger ( CommandLineOptions options ) : System
options CommandLineOptions
Résultat System