C# Class VSNDK.DebugEngine.AD7EngineCreateEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when an instance of the DE is created. (http://msdn.microsoft.com/en-us/library/bb145830.aspx)
Inheritance: AD7AsynchronousEvent, IDebugEngineCreateEvent2
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7EngineCreateEvent ( AD7Engine engine ) : System

Constructor.

Send ( AD7Engine engine ) : void

Sends the event.

Private Methods

Method Description
IDebugEngineCreateEvent2 ( IDebugEngine2 &engine ) : int

Retrieves the object that represents the newly created debug engine (DE). (http://msdn.microsoft.com/en-us/library/bb145143.aspx)

Method Details

AD7EngineCreateEvent() public method

Constructor.
public AD7EngineCreateEvent ( AD7Engine engine ) : System
engine AD7Engine The AD7Engine object that represents the DE.
return System

Send() public static method

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