C# Class 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.
Inheritance: SynchronousEvent, IDebugProgramDestroyEvent2
Datei anzeigen Open project: IntelliTect/PowerStudio Class Usage Examples

Public Methods

Method Description
GetExitCode ( uint &exitCode ) : int

Gets the program's exit code.

ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio

Method Details

GetExitCode() public method

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

ProgramDestroyEvent() public method

public ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio
exitCode uint
return Microsoft.VisualStudio