![]() |
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents a winget execution result. More...
Properties | |
int | ExitCode [get] |
Gets the exit code of the process. | |
string[] | Output [get] |
Gets the output of the process as a System.String array. | |
bool | Success [get] |
Gets if the process finished successfully. | |
string | ExecutedCmd [get] |
Gets the cmd that was executed. | |
bool | IsEmpty [get] |
Gets if the object is empty. | |
![]() |
Represents a winget execution result.
Definition at line 13 of file WinGetResult.cs.
|
get |
Gets the cmd that was executed.
Definition at line 75 of file WinGetResult.cs.
|
get |
Gets the exit code of the process.
Definition at line 18 of file WinGetResult.cs.
|
get |
Gets if the object is empty.
Implements WGetNET.IWinGetObject.
Definition at line 91 of file WinGetResult.cs.
|
get |
Gets the output of the process as a System.String array.
Each entry in the array contains a line from the output stream.
Definition at line 39 of file WinGetResult.cs.
|
get |
Gets if the process finished successfully.
Definition at line 57 of file WinGetResult.cs.