Click or drag to resize

SystemRequirements Class

Represents the system requirements needed for a given package.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AutoUpdatesSystemRequirements

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

The SystemRequirements type exposes the following members.

Constructors
 NameDescription
Public methodSystemRequirementsInitializes a new instance of the SystemRequirements class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMatchesRequirements Determines if this system is matching the requirements of the package.
Public methodStatic memberMeetsArchitectureRequirements 
Public methodStatic memberMeetsOSRequirements 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberTryGetHighestVersion Gets the highest version that is possible to install; or null, if such a version does not exist.
Public methodStatic memberTryGetPackageThatWasDownloadedAlreadyIf there already the currently best package in the download directory, this function gets the present downloaded package. If anything is invalid (wrong format of the version file, wrong hash sum), the return value is Null.
Top
See Also