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

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

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

Public Member Functions

override bool Equals (WinGetDirectory? other)
 
override object Clone ()
 
- Public Member Functions inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetDirectory >
override string ToString ()
 
bool Equals (T? other)
 
object Clone ()
 

Properties

bool Exists [get]
 Gets a value indicating whether the directory exists.
 
string Name [get]
 Gets the name of the directory.
 
string FullName [get]
 Gets the full path of the directory.
 
DirectoryInfo Info [get]
 Gets the direcory info instance.
 
- Properties inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetDirectory >
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 directory in the info set.

Definition at line 13 of file WinGetDirectory.cs.

Member Function Documentation

◆ Clone()

override object WGetNET.WinGetDirectory.Clone ( )

Definition at line 97 of file WinGetDirectory.cs.

◆ Equals()

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

Definition at line 74 of file WinGetDirectory.cs.

Property Documentation

◆ Exists

bool WGetNET.WinGetDirectory.Exists
get

Gets a value indicating whether the directory exists.

Definition at line 18 of file WinGetDirectory.cs.

◆ FullName

string WGetNET.WinGetDirectory.FullName
get

Gets the full path of the directory.

Definition at line 40 of file WinGetDirectory.cs.

◆ Info

DirectoryInfo WGetNET.WinGetDirectory.Info
get

Gets the direcory info instance.

Definition at line 51 of file WinGetDirectory.cs.

◆ Name

string WGetNET.WinGetDirectory.Name
get

Gets the name of the directory.

Definition at line 29 of file WinGetDirectory.cs.