Click or drag to resize

Interpreter Class

Developed by SO-SOFT
Interpreter class
Inheritance Hierarchy
SystemObject
  scbscriptInterpreter

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public class Interpreter

The Interpreter type exposes the following members.

Constructors
 NameDescription
Public methodInterpreter Constructor
Top
Properties
 NameDescription
Public propertyDebugDelegate Debug delegate
Public propertyDebuggerPageIcon The debugger page icon
Public propertyDebuggerTitle The debugger title
Public propertyDebugOperation Debug operation
Public propertyOnDebuggerClosed On debugger closed
Top
Methods
 NameDescription
Public methodAbort Abort process
Public methodEndDebugger End debugger
Public methodGetExpressionResult Get expression result
Public methodRun Run interpreter
Public methodThrowDebuggerException Throw debugger exception
Top
See Also