C# Класс 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)
Наследование: IDebugEvent2, IDebugStepCompleteEvent2
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetAttributes() публичный Метод

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.
Результат int

Send() публичный статический Метод

Sends the event.
public static Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
Результат void