Table of Contents

Enum ScriptHostOptions

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v10.dll

Discribes a set of options for the script host.

[Flags]
public enum ScriptHostOptions

Fields

DoNotHideDotNetCoreLauncherConsoleWindow = 1

If set, the .NET Core launcher console window will remain open when launching GUI scripts.

HideDotNetCoreLauncherForConsoleApps = 2

If set, the .NET Core launcher console window will be hidden even for console applications.

None = 0

No options specified.

UseDotNetCoreExeRun = 4

If set, run executable directly without the .NET Core launcher.