GXDN: Gurux Developer Network
Gurux.ScriptParser Namespace
NamespacesGurux.ScriptParser
 
Types
All Types Classes Enumerations Delegates
Icon Type Description
BreakpointAddedEventHandler
Called, when a new breakpoint is added.

BreakpointHitEventHandler
Called, when the script parser hits a breakpoint.

BreakpointRemovedEventHandler
Called, when a breakpoint is removed.

BreakpointState
Breakpoint state enumeration. Determines the state of the breakpoint.

BreakpointUpdatedEventHandler
Called, when a breakpoint is updated.

DebuggingResultEventHandler
Called, when debugging is finished.

DebuggingStartedEventHandler
Called, when debugging is started.

DebuggingStateChangeEventHandler
Called, when the state of debugging is changed.

DebuggingStoppedEventHandler
Called, when debugging is stopped.

DebugMode
Determines the debug mode of the script.

EchoEventHandler
Called, when data is echoed.

ErrorEventHandler
Called, when an error occurs.

GXDebug
GXDebug debugs the GXScript.

GXScriptBreakpoint
GXScriptBreakpoint is the breaking point of the GXScript.

GXScriptBreakpointCollection
The GXScriptBreakpointCollection collection component implements the GXScriptBreakpointCollection interface.

GXScriptParser
GXScriptParser parses the script.
GXScriptParser parses the script.

Language
Script language enumeration. Determines the script language.

ScriptStateChangeEventHandler
Called, when the state of the script is changed.

ScriptStates
State of the debugger.