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
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Méthodes publiques

Méthode Description
GetExitCode ( uint &exitCode ) : int

Gets the program's exit code.

ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio

Method Details

GetExitCode() public méthode

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

ProgramDestroyEvent() public méthode

public ProgramDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio
exitCode uint
Résultat Microsoft.VisualStudio