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
//--------------------------------------------------//
5
namespace
WGetNET
6
{
10
public
enum
PinType
11
{
18
Pinning
,
25
Blocking
,
32
Gating
33
}
34
}
WGetNET
Definition
WinGetInfoEntry.cs:8
WGetNET.PinType
PinType
Enum of winget pin types.
Definition
PinType.cs:11
WGetNET.PinType.Gating
@ Gating
The package is gated.
WGetNET.PinType.Pinning
@ Pinning
The package is pinned.
WGetNET.PinType.Blocking
@ Blocking
The package is blocked.