C# Class VSNDK.DebugEngine.AD7StepCompletedEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when the program being debugged completes a step into, a step over, or a step out of a line of source code or statement or instruction. (http://msdn.microsoft.com/en-us/library/bb162189.aspx)
Inheritance: IDebugEvent2, IDebugStepCompleteEvent2
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
GetAttributes ( uint &pdwAttrib ) : int

Gets the attributes for this debug event. (http://msdn.microsoft.com/en-us/library/bb145575.aspx)

Send ( AD7Engine engine ) : void

Sends the event.

Method Details

GetAttributes() public method

Gets the attributes for this debug event. (http://msdn.microsoft.com/en-us/library/bb145575.aspx)
public GetAttributes ( uint &pdwAttrib ) : int
pdwAttrib uint A combination of flags from the enum_EVENTATTRIBUTES enumeration.
return int

Send() public static method

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