ISystemRequirementsDeterminationIsNetFrameworkVersionInstalled Method |
Determines whether a specified version of the net framework is installed.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax bool IsNetFrameworkVersionInstalled(
Version version
)
Parameters
- version Version
- 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