webmaster442.windowsterminal.installresult - webmaster442/WindowsTerminal GitHub Wiki
Namespace: Webmaster442.WindowsTerminal
Represents the Installation status of various applications
public sealed class InstallResult : System.IEquatable`1[[Webmaster442.WindowsTerminal.InstallResult, Webmaster442.WindowsTerminal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → InstallResult
Implements IEquatable<InstallResult>
Attributes NullableContextAttribute, NullableAttribute
The path to the Windows Terminal executable
public string TerminalPath { get; set; }
The path to the Powershell Core executable
public string PowershellCorePath { get; set; }
The path to the Visual Studio Code executable
public string VsCodePath { get; set; }
Indicates if Windows Terminal is installed
public bool IsWindowsTerminalInstalled { get; }
Indicates if Powershell Core is installed
public bool IsPsCoreInstalled { get; }
Indicates if Visual Studio Code is installed
public bool IsVSCodeInstalled { get; }
public InstallResult()
public string ToString()
public int GetHashCode()
public bool Equals(object obj)
obj
Object
public bool Equals(InstallResult other)
other
InstallResult
public InstallResult <Clone>$()