Click or drag to resize

RuntimeState.ScriptCompiler Property

X#
Active Script compiler. Gets assigned from the ExecScriptFast() function.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC PROPERTY ScriptCompiler AS IMacroCompiler GET SET 
Request Example View Source

Property Value

Type: IMacroCompiler
Remarks
Note Note
This value is NOT 'per thread' but global for all threads.
See Also