WGet.NET 4.4.1
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
WGetNET.WinGetInfo Class Referencesealed

Represents winget related information. More...

Inheritance diagram for WGetNET.WinGetInfo:
WGetNET.IWinGetObject

Properties

string VersionString [get]
 Gets the version number of the winget installation as a System.String.
 
Version Version [get]
 Gets the version number of the winget installation.
 
ReadOnlyCollection< WinGetDirectoryDirectories [get]
 Gets a collection of the winget direcories.
 
ReadOnlyCollection< WinGetLinkLinks [get]
 Gets a collection of the winget related links.
 
ReadOnlyCollection< WinGetAdminSettingAdminSettings [get]
 Gets a collection of the winget admin settings.
 
bool IsEmpty [get]
 Gets if the object is empty.
 
- Properties inherited from WGetNET.IWinGetObject

Detailed Description

Represents winget related information.

Definition at line 14 of file WinGetInfo.cs.

Property Documentation

◆ AdminSettings

ReadOnlyCollection<WinGetAdminSetting> WGetNET.WinGetInfo.AdminSettings
get

Gets a collection of the winget admin settings.

Definition at line 63 of file WinGetInfo.cs.

◆ Directories

ReadOnlyCollection<WinGetDirectory> WGetNET.WinGetInfo.Directories
get

Gets a collection of the winget direcories.

Definition at line 41 of file WinGetInfo.cs.

◆ IsEmpty

bool WGetNET.WinGetInfo.IsEmpty
get

Gets if the object is empty.

Implements WGetNET.IWinGetObject.

Definition at line 74 of file WinGetInfo.cs.

◆ Links

ReadOnlyCollection<WinGetLink> WGetNET.WinGetInfo.Links
get

Gets a collection of the winget related links.

Definition at line 52 of file WinGetInfo.cs.

◆ Version

Version WGetNET.WinGetInfo.Version
get

Gets the version number of the winget installation.

Definition at line 30 of file WinGetInfo.cs.

◆ VersionString

string WGetNET.WinGetInfo.VersionString
get

Gets the version number of the winget installation as a System.String.

Definition at line 19 of file WinGetInfo.cs.