C# 클래스 VSNDK.DebugEngine.AD7ProgramDestroyEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program has run to completion or is otherwise destroyed. (http://msdn.microsoft.com/en-ca/library/bb161972.aspx)
상속: AD7SynchronousEvent, IDebugProgramDestroyEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7ProgramDestroyEvent ( uint exitCode ) : System

Constructor.

비공개 메소드들

메소드 설명
IDebugProgramDestroyEvent2 ( uint &exitCode ) : int

Gets the program's exit code. (http://msdn.microsoft.com/en-ca/library/bb146724.aspx)

Send ( AD7Engine engine, uint exitCode ) : void

Sends the event.

메소드 상세

AD7ProgramDestroyEvent() 공개 메소드

Constructor.
public AD7ProgramDestroyEvent ( uint exitCode ) : System
exitCode uint The program's exit code.
리턴 System