WGet.NET 4.1.0
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
WGetNET Namespace Reference

Classes

interface  IWinGetObject
 Interface for all winget related objects. More...
 
class  WinGet
 The WGetNET.WinGet class offers informations about the installed winget version. More...
 
class  WinGetAdminSetting
 Represents a winget admin settings entry. More...
 
class  WinGetDirectory
 Represents a winget directory in the info set. More...
 
class  WinGetInfo
 Represents winget related information. More...
 
class  WinGetLink
 Represents a winget link in the info set. More...
 
class  WinGetPackage
 Represents a winget package. More...
 
class  WinGetPackageManager
 The WGetNET.WinGetPackageManager class offers methods to manage packages with winget. More...
 
class  WinGetPinnedPackage
 Represents a winget pinned package. More...
 
class  WinGetSource
 Represents a winget source. More...
 
class  WinGetSourceManager
 The WGetNET.WinGetSourceManager class offers methods to manage the sources used by winget. More...
 

Enumerations

enum  PinType { Pinning , Blocking , Gating }
 Enum of winget pin types. More...
 

Enumeration Type Documentation

◆ PinType

Enum of winget pin types.

Enumerator
Pinning 

The package is pinned.

Package can't be updatet automatically.

Blocking 

The package is blocked.

Package can't be updatet automatically and manually.

Gating 

The package is gated.

Package can't be updated to versions, that are not contained in the provided pinned version.

Definition at line 10 of file PinType.cs.