C# Class VSNDK.DebugEngine.AD7EntryPointEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when the program is about to execute its first instruction of user code. (http://msdn.microsoft.com/en-us/library/bb161265.aspx)
Inheritance: AD7SynchronousStoppingEvent, IDebugEntryPointEvent2
Exibir arquivo Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
Send ( AD7Engine engine ) : void

Sends the event.

Method Details

Send() public static method

Sends the event.
public static Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
return void