Enum ScriptHostOptions
Discribes a set of options for the script host.
[Flags]
public enum ScriptHostOptions
Fields
DoNotHideDotNetCoreLauncherConsoleWindow = 1If set, the .NET Core launcher console window will remain open when launching GUI scripts.
HideDotNetCoreLauncherForConsoleApps = 2If set, the .NET Core launcher console window will be hidden even for console applications.
None = 0No options specified.
UseDotNetCoreExeRun = 4If set, run executable directly without the .NET Core launcher.