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

Represents a winget execution result. More...

Inheritance diagram for WGetNET.WinGetResult:
WGetNET.IWinGetObject

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.
 
- Properties inherited from WGetNET.IWinGetObject

Detailed Description

Represents a winget execution result.

Definition at line 13 of file WinGetResult.cs.

Property Documentation

◆ ExecutedCmd

string WGetNET.WinGetResult.ExecutedCmd
get

Gets the cmd that was executed.

Definition at line 75 of file WinGetResult.cs.

◆ ExitCode

int WGetNET.WinGetResult.ExitCode
get

Gets the exit code of the process.

Definition at line 18 of file WinGetResult.cs.

◆ IsEmpty

bool WGetNET.WinGetResult.IsEmpty
get

Gets if the object is empty.

Implements WGetNET.IWinGetObject.

Definition at line 91 of file WinGetResult.cs.

◆ Output

string [] WGetNET.WinGetResult.Output
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.

◆ Success

bool WGetNET.WinGetResult.Success
get

Gets if the process finished successfully.

Definition at line 57 of file WinGetResult.cs.