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
Datei anzeigen Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
GetEngine ( IDebugEngine2 &pEngine ) : int

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

Method Details

DebugEngineCreateEvent() public method

public DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
debugEngineBase DebugEngineBase
return System

GetEngine() public method

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.
return int