RuntimeState.CompilerOptionOVF Property | |
The current compiler setting for the OVF compiler option.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC PROPERTY CompilerOptionOVF AS LOGIC GET SET
public static bool CompilerOptionOVF { get; set; }
Request Example
View SourceProperty Value
Type:
LogicThe default vale 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 |
---|
This value is NOT 'per thread' but global for all threads. |
See Also Reference
RuntimeStateCompilerOptionOVF