RuntimeState.CompilerOptionVO11 属性 | |
The current compiler setting for the VO11 compiler option.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC PROPERTY CompilerOptionVO11 AS LOGIC GET SET
public static bool CompilerOptionVO11 { get; set; }
查看代码属性值
类型:
BooleanThe default vale for this option is 'False'.
备注
这个值在非 Core 方言的应用程序的启动代码中被赋值。
如果你的主应用程序不是用 X# 编写的,那么这个设置将使用它的默认值。
提示: |
---|
这个值不是 'per thread',而是全局的,对所有线程都可见。
|
参见 引用
RuntimeStateCompilerOptionVO11