Method | Description | |
---|---|---|
Start ( ) : void |
Starts this debug monitor
|
|
Stop ( ) : void |
Stops this debug monitor. This call we block the executing thread until this debug monitor is stopped.
|
Method | Description | |
---|---|---|
Capture ( ) : void |
Captures
|
|
CloseHandle ( |
||
CreateApplicationException ( string text ) : |
Helper to create a new application exception, which has automaticly the last win 32 error code appended.
|
|
CreateEvent ( SECURITY_ATTRIBUTES &sa, bool bManualReset, bool bInitialState, string lpName ) : |
||
CreateFileMapping ( |
||
DebugMonitor ( ) : System |
Private constructor so no one can create a instance of this static class
|
|
Dispose ( ) : void |
Dispose all resources
|
|
FireOnOutputDebugString ( int pid, string text ) : void | ||
InitializeSecurityDescriptor ( SECURITY_DESCRIPTOR &sd, uint dwRevision ) : bool | ||
MapViewOfFile ( |
||
PulseEvent ( |
||
SetEvent ( |
||
SetSecurityDescriptorDacl ( SECURITY_DESCRIPTOR &sd, bool daclPresent, |
||
UnmapViewOfFile ( |
||
WaitForSingleObject ( |