C# Класс VSNDK.DebugEngine.AD7ProgramDestroyEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program has run to completion or is otherwise destroyed. (http://msdn.microsoft.com/en-ca/library/bb161972.aspx)
Наследование: AD7SynchronousEvent, IDebugProgramDestroyEvent2
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AD7ProgramDestroyEvent ( uint exitCode ) : System

Constructor.

Приватные методы

Метод Описание
IDebugProgramDestroyEvent2 ( uint &exitCode ) : int

Gets the program's exit code. (http://msdn.microsoft.com/en-ca/library/bb146724.aspx)

Send ( AD7Engine engine, uint exitCode ) : void

Sends the event.

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

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

Constructor.
public AD7ProgramDestroyEvent ( uint exitCode ) : System
exitCode uint The program's exit code.
Результат System