C# 클래스 VSNDK.DebugEngine.AD7EntryPointEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when the program is about to execute its first instruction of user code. (http://msdn.microsoft.com/en-us/library/bb161265.aspx)
상속: AD7SynchronousStoppingEvent, IDebugEntryPointEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
Send ( AD7Engine engine ) : void

Sends the event.

메소드 상세

Send() 공개 정적인 메소드

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