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
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
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