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

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

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

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

Constructor.

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

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

Gets the exit code for a thread. (http://msdn.microsoft.com/en-ca/library/bb146996.aspx)

Send ( AD7Engine engine, uint exitCode, AD7Thread thread ) : void

Sends the event.

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

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

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