Click or drag to resize

ISystemRequirementsDeterminationIsNetCoreVersionInstalled Method

Determines whether the specified DotNet core version is installed on the current system.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
bool IsNetCoreVersionInstalled(
	Version version
)

Parameters

version  Version
The version string.

Return Value

Boolean
true if the specified .NET core version is installed; otherwise, false.
See Also