C# Класс PowerStudio.DebugEngine.Events.OutputDebugStringEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) to output a string for debug tracing.
Наследование: AsynchronousEvent, IDebugOutputStringEvent2
Показать файл Открыть проект Примеры использования класса

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

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

Gets the displayable message.

OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio

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

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

Gets the displayable message.
public GetString ( string &pbstrString ) : int
pbstrString string Returns the displayable message.
Результат int

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

public OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio
value string
Результат Microsoft.VisualStudio