C# Class PowerStudio.DebugEngine.Events.DebugEngineCreateEvent

The debug DebugEngine (DE) sends this interface to the session debug manager (SDM) when an instance of the DE is created.
Inheritance: AsynchronousEvent, IDebugEngineCreateEvent2
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
GetEngine ( IDebugEngine2 &pEngine ) : int

Retrieves the object that represents the newly created debug engine (DE).

Method Details

DebugEngineCreateEvent() public méthode

public DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
debugEngineBase DebugEngineBase
Résultat System

GetEngine() public méthode

Retrieves the object that represents the newly created debug engine (DE).
public GetEngine ( IDebugEngine2 &pEngine ) : int
pEngine IDebugEngine2 Returns an IDebugEngine2 object that represents the newly created DE.
Résultat int