Click or drag to resize

INetFrameworkVersionDetermination Interface

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

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

The INetFrameworkVersionDetermination type exposes the following members.

Methods
 NameDescription
Public methodIsVersionInstalled Determines whether a specified version of the net framework is installed.
Top
See Also