Table of Contents

Class CoreClrLauncher

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

An utility class used to launch .NET Core scripts.

public static class CoreClrLauncher
Inheritance
CoreClrLauncher

Properties

NetCoreAppConfigOnWindows
RunProcessFunc

Methods

GetDotNetExePath()

Returns dotnet executable path.

RaiseProcessStarted(Process)
RunProcess(ProcessStartInfo, bool)
RunProcess(string, object[], bool)

Executes script starting from the main entry point in a standalone process.

WriteRuntimeConfigFile(string, Version)

Generates .NET Runtime configuration settings and saves them to the *.runtimeconfig.json file.

Events

ProcessStarted