C# Class 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.
Inheritance: AsynchronousEvent, IDebugBeforeSymbolSearchEvent2
显示文件 Open project: IntelliTect/PowerStudio

Public Methods

Method Description
BeforeSymbolSearchEvent ( string moduleName ) : System
GetModuleName ( string &pbstrModuleName ) : int

Retrieves the name of the module currently being debugged.

Method Details

BeforeSymbolSearchEvent() public method

public BeforeSymbolSearchEvent ( string moduleName ) : System
moduleName string
return System

GetModuleName() public method

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