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
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
AD7ProgramDestroyEvent ( uint exitCode ) : System

Constructor.

Private Methods

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

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