Click or drag to resize

RuntimeState.CompilerOptionVO13 Property

X#
The current compiler setting for the VO13 compiler option.

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

Property Value

Type: Logic
The default value for this option is 'False'.
Remarks
This value gets assigned in the startup code for applications that are not in the Core dialect.
If your main app is not written in XSharp then this setting will have its default value.
Tip Tip
This value is NOT 'per thread' but global for all threads.
See Also