C# 클래스 VSNDK.DebugEngine.AD7EngineCreateEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when an instance of the DE is created. (http://msdn.microsoft.com/en-us/library/bb145830.aspx)
상속: AD7AsynchronousEvent, IDebugEngineCreateEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7EngineCreateEvent ( AD7Engine engine ) : System

Constructor.

Send ( AD7Engine engine ) : void

Sends the event.

비공개 메소드들

메소드 설명
IDebugEngineCreateEvent2 ( IDebugEngine2 &engine ) : int

Retrieves the object that represents the newly created debug engine (DE). (http://msdn.microsoft.com/en-us/library/bb145143.aspx)

메소드 상세

AD7EngineCreateEvent() 공개 메소드

Constructor.
public AD7EngineCreateEvent ( AD7Engine engine ) : System
engine AD7Engine The AD7Engine object that represents the DE.
리턴 System

Send() 공개 정적인 메소드

Sends the event.
public static Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
리턴 void