![]() |
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents winget related information. More...
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< WinGetDirectory > | Directories [get] |
Gets a collection of the winget direcories. | |
ReadOnlyCollection< WinGetLink > | Links [get] |
Gets a collection of the winget related links. | |
ReadOnlyCollection< WinGetAdminSetting > | AdminSettings [get] |
Gets a collection of the winget admin settings. | |
bool | IsEmpty [get] |
Gets if the object is empty. | |
![]() |
Represents winget related information.
Definition at line 14 of file WinGetInfo.cs.
|
get |
Gets a collection of the winget admin settings.
Definition at line 63 of file WinGetInfo.cs.
|
get |
Gets a collection of the winget direcories.
Definition at line 41 of file WinGetInfo.cs.
|
get |
Gets if the object is empty.
Implements WGetNET.IWinGetObject.
Definition at line 74 of file WinGetInfo.cs.
|
get |
Gets a collection of the winget related links.
Definition at line 52 of file WinGetInfo.cs.
|
get |
Gets the version number of the winget installation.
Definition at line 30 of file WinGetInfo.cs.
|
get |
Gets the version number of the winget installation as a System.String.
Definition at line 19 of file WinGetInfo.cs.