Table of Contents

Class CoreClrLauncher

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

An utitity class used to launch .NET Core scripts.

public static class CoreClrLauncher
Inheritance
CoreClrLauncher

Methods

GetDotNetExePath()

Returns dotnet executable path.

RunProcess(string, object[], bool, 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.