|
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents a winget link in the info set. More...
Public Member Functions | |
| override bool | Equals (WinGetLink? other) |
| override object | Clone () |
Public Member Functions inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetLink > | |
| override string | ToString () |
| bool | Equals (T? other) |
| object | Clone () |
Properties | |
| Uri | Url [get] |
| Gets the url. | |
Properties inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetLink > | |
| string | EntryName [get] |
| Gets the name of the info entry. | |
| string | RawContent [get] |
| Gets the raw content of the info entry. | |
| bool | HasShortenedContent [get] |
| Gets if content of the package is shortened. | |
| virtual bool | IsEmpty [get] |
| Gets if the object is empty. | |
Represents a winget link in the info set.
Definition at line 13 of file WinGetLink.cs.
| override object WGetNET.WinGetLink.Clone | ( | ) |
Definition at line 64 of file WinGetLink.cs.
| override bool WGetNET.WinGetLink.Equals | ( | WinGetLink? | other | ) |
Definition at line 41 of file WinGetLink.cs.
|
get |
Gets the url.
Definition at line 18 of file WinGetLink.cs.