Table of Contents

Method IsNetCoreRuntimeInstalled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsNetCoreRuntimeInstalled(int)

Gets whether the specified dotnet runtime is installed.

public static bool IsNetCoreRuntimeInstalled(int majorVersion)

Parameters

majorVersion int

Major version number of the dotnet runtime.

Returns

bool