C# 클래스 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.
상속: AsynchronousEvent, IDebugEngineCreateEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
GetEngine ( IDebugEngine2 &pEngine ) : int

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

메소드 상세

DebugEngineCreateEvent() 공개 메소드

public DebugEngineCreateEvent ( DebugEngineBase debugEngineBase ) : System
debugEngineBase DebugEngineBase
리턴 System

GetEngine() 공개 메소드

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.
리턴 int