C# Class VSNDK.DebugEngine.AD7ProgramDestroyEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program has run to completion or is otherwise destroyed. (http://msdn.microsoft.com/en-ca/library/bb161972.aspx)
Inheritance: AD7SynchronousEvent, IDebugProgramDestroyEvent2
Exibir arquivo Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7ProgramDestroyEvent ( uint exitCode ) : System

Constructor.

Private Methods

Method Description
IDebugProgramDestroyEvent2 ( uint &exitCode ) : int

Gets the program's exit code. (http://msdn.microsoft.com/en-ca/library/bb146724.aspx)

Send ( AD7Engine engine, uint exitCode ) : void

Sends the event.

Method Details

AD7ProgramDestroyEvent() public method

Constructor.
public AD7ProgramDestroyEvent ( uint exitCode ) : System
exitCode uint The program's exit code.
return System