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
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
AD7OutputDebugStringEvent ( string str ) : System

Constructor.

Private Methods

Méthode Description
IDebugOutputStringEvent2 ( string &pbstrString ) : int

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

Method Details

AD7OutputDebugStringEvent() public méthode

Constructor.
public AD7OutputDebugStringEvent ( string str ) : System
str string The displayable message.
Résultat System