C# Class 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)
Inheritance: AD7AsynchronousEvent, IDebugOutputStringEvent2
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7OutputDebugStringEvent ( string str ) : System

Constructor.

Private Methods

Method Description
IDebugOutputStringEvent2 ( string &pbstrString ) : int

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

Method Details

AD7OutputDebugStringEvent() public method

Constructor.
public AD7OutputDebugStringEvent ( string str ) : System
str string The displayable message.
return System