 | 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
Syntaxpublic bool PreferLoadingFromFile { get; set; }
Property Value
Type:
Booleantrue if [prefer loading from file]; otherwise,
false.
See Also