WGet.NET 4.4.1
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
PinType.cs
1//--------------------------------------------------//
2// Created by basicx-StrgV //
3// https://github.com/basicx-StrgV/ //
4//--------------------------------------------------//
5namespace WGetNET
6{
10 public enum PinType
11 {
18 Pinning,
32 Gating
33 }
34}
PinType
Enum of winget pin types.
Definition PinType.cs:11
@ Gating
The package is gated.
@ Pinning
The package is pinned.
@ Blocking
The package is blocked.