RuntimeState.ScriptCompiler 属性 | |
Active Script compiler. Gets assigned from the ExecScriptFast() function.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC PROPERTY ScriptCompiler AS IMacroCompiler GET SET
public static IMacroCompiler ScriptCompiler { get; set; }
查看代码属性值
类型:
IMacroCompiler备注 备注: |
---|
This value is NOT 'per thread' but global for all threads. |
参见