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

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

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

Метод Описание
AD7OutputDebugStringEvent ( string str ) : System

Constructor.

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

Метод Описание
IDebugOutputStringEvent2 ( string &pbstrString ) : int

Gets the displayable message. (http://msdn.microsoft.com/en-ca/library/bb162293.aspx)

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

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

Constructor.
public AD7OutputDebugStringEvent ( string str ) : System
str string The displayable message.
Результат System