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

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

Метод Описание
Send ( AD7Engine engine ) : void

Sends the event.

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

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

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