Click or drag to resize

INetFrameworkVersionDeterminationIsVersionInstalled Method

Determines whether a specified version of the net framework is installed.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsVersionInstalled(
	string version
)

Parameters

version  String
The version. Examples are 4.0, 4.6, 4.7.1 etc.

Return Value

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