C# 클래스 PowerStudio.DebugEngine.Events.BeforeSymbolSearchEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) to set the status bar message during symbol loads.
상속: AsynchronousEvent, IDebugBeforeSymbolSearchEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
BeforeSymbolSearchEvent ( string moduleName ) : System
GetModuleName ( string &pbstrModuleName ) : int

Retrieves the name of the module currently being debugged.

메소드 상세

BeforeSymbolSearchEvent() 공개 메소드

public BeforeSymbolSearchEvent ( string moduleName ) : System
moduleName string
리턴 System

GetModuleName() 공개 메소드

Retrieves the name of the module currently being debugged.
public GetModuleName ( string &pbstrModuleName ) : int
pbstrModuleName string Name of the module.
리턴 int