C# 클래스 PowerStudio.DebugEngine.Events.ProgramDestroyEvent

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.
상속: SynchronousEvent, IDebugProgramDestroyEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

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

Gets the program's exit code.

ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio

메소드 상세

GetExitCode() 공개 메소드

Gets the program's exit code.
public GetExitCode ( uint &exitCode ) : int
exitCode uint Returns the program's exit code.
리턴 int

ProgramDestroyEvent() 공개 메소드

public ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio
exitCode uint
리턴 Microsoft.VisualStudio