INetFrameworkVersionDeterminationIsVersionInstalled Method |
Determines whether a specified version of the net framework is installed.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsVersionInstalled(
string version
)
Parameters
- version String
- The version. Examples are 4.0, 4.6, 4.7.1 etc.
Return Value
Booleantrue if the specified version of the .NET framework is installed; otherwise,
false.
See Also