WGet.NET 4.4.1
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
WGetNET.WinGetLink Class Referencesealed

Represents a winget link in the info set. More...

Inheritance diagram for WGetNET.WinGetLink:
WGetNET.Abstractions.WinGetInfoEntry< WinGetLink >

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.
 

Detailed Description

Represents a winget link in the info set.

Definition at line 13 of file WinGetLink.cs.

Member Function Documentation

◆ Clone()

override object WGetNET.WinGetLink.Clone ( )

Definition at line 64 of file WinGetLink.cs.

◆ Equals()

override bool WGetNET.WinGetLink.Equals ( WinGetLink? other)

Definition at line 41 of file WinGetLink.cs.

Property Documentation

◆ Url

Uri WGetNET.WinGetLink.Url
get

Gets the url.

Definition at line 18 of file WinGetLink.cs.