Click or drag to resize

ISystemRequirementsDeterminationIsNetCoreVersionInstalled Method

Determines whether the specified .NET runtime version is installed on the current system.

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

Parameters

version  Version
The version string.

Return Value

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