Click or drag to resize

CompileInfoPreferLoadingFromFile Property

Gets or sets a value indicating whether to prefer loading compiled script from the assembly file when it is available.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public bool PreferLoadingFromFile { get; set; }

Property Value

Type: Boolean
true if [prefer loading from file]; otherwise, false.
See Also