![]() |
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents a winget directory in the info set. More...
Public Member Functions | |
override bool | Equals (WinGetDirectory? other) |
override object | Clone () |
![]() | |
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. | |
![]() | |
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 directory in the info set.
Definition at line 13 of file WinGetDirectory.cs.
override object WGetNET.WinGetDirectory.Clone | ( | ) |
Definition at line 97 of file WinGetDirectory.cs.
override bool WGetNET.WinGetDirectory.Equals | ( | WinGetDirectory? | other | ) |
Definition at line 74 of file WinGetDirectory.cs.
|
get |
Gets a value indicating whether the directory exists.
Definition at line 18 of file WinGetDirectory.cs.
|
get |
Gets the full path of the directory.
Definition at line 40 of file WinGetDirectory.cs.
|
get |
Gets the direcory info instance.
Definition at line 51 of file WinGetDirectory.cs.
|
get |
Gets the name of the directory.
Definition at line 29 of file WinGetDirectory.cs.