Method | Description | |
---|---|---|
AD7ThreadDestroyEvent ( uint exitCode ) : System |
Constructor.
|
Method | Description | |
---|---|---|
IDebugThreadDestroyEvent2 ( uint &exitCode ) : int |
Gets the exit code for a thread. (http://msdn.microsoft.com/en-ca/library/bb146996.aspx)
|
|
Send ( |
Sends the event.
|
public AD7ThreadDestroyEvent ( uint exitCode ) : System | ||
exitCode | uint | The thread's exit code. |
return | System |