![]() |
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents a basic winget info entry. More...
Public Member Functions | |
override string | ToString () |
bool | Equals (T? other) |
object | Clone () |
Properties | |
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 basic winget info entry.
T | The type of the derived class. |
T | : | WinGetInfoEntry<T> |
Definition at line 15 of file WinGetInfoEntry.cs.
override string WGetNET.Abstractions.WinGetInfoEntry< T >.ToString | ( | ) |
Definition at line 85 of file WinGetInfoEntry.cs.
|
get |
Gets the name of the info entry.
Definition at line 20 of file WinGetInfoEntry.cs.
|
get |
Gets if content of the package is shortened.
Definition at line 42 of file WinGetInfoEntry.cs.
|
get |
Gets if the object is empty.
Implements WGetNET.IWinGetObject.
Definition at line 53 of file WinGetInfoEntry.cs.
|
get |
Gets the raw content of the info entry.
Definition at line 31 of file WinGetInfoEntry.cs.