Click or drag to resize

ISystemRequirementsDetermination Interface

Interface to a class that is able to determine whether a given version of .NET framework and .NET core is installed.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public interface ISystemRequirementsDetermination

The ISystemRequirementsDetermination type exposes the following members.

Methods
 NameDescription
Public methodIsNetCoreVersionInstalled Determines whether the specified DotNet core version is installed on the current system.
Public methodIsNetFrameworkVersionInstalled Determines whether a specified version of the net framework is installed.
Top
See Also