C# Class VSNDK.DebugEngine.AD7LoadCompleteEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program is loaded, but before any code is executed. (http://msdn.microsoft.com/en-ca/library/bb145834.aspx)
Inheritance: AD7StoppingEvent, IDebugLoadCompleteEvent2
Exibir arquivo Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7LoadCompleteEvent ( ) : System

Constructor.

Private Methods

Method Description
Send ( AD7Engine aEngine, AD7Thread aThread ) : void

Sends the event.

Method Details

AD7LoadCompleteEvent() public method

Constructor.
public AD7LoadCompleteEvent ( ) : System
return System