System |
public class SystemRequirements
The SystemRequirements type exposes the following members.
Name | Description | |
---|---|---|
SystemRequirements | Initializes a new instance of the SystemRequirements class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MatchesRequirements | Determines if this system is matching the requirements of the package. | |
MeetsArchitectureRequirements | ||
MeetsOSRequirements | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetHighestVersion | Gets the highest version that is possible to install; or null, if such a version does not exist. | |
TryGetPackageThatWasDownloadedAlready | If 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. |