C# Class VSNDK.DebugEngine.AD7ThreadDestroyEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a thread has run to completion. (http://msdn.microsoft.com/en-ca/library/bb162330.aspx)
Inheritance: AD7AsynchronousEvent, IDebugThreadDestroyEvent2
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7ThreadDestroyEvent ( uint exitCode ) : System

Constructor.

Private Methods

Method Description
IDebugThreadDestroyEvent2 ( uint &exitCode ) : int

Gets the exit code for a thread. (http://msdn.microsoft.com/en-ca/library/bb146996.aspx)

Send ( AD7Engine engine, uint exitCode, AD7Thread thread ) : void

Sends the event.

Method Details

AD7ThreadDestroyEvent() public method

Constructor.
public AD7ThreadDestroyEvent ( uint exitCode ) : System
exitCode uint The thread's exit code.
return System