webmaster442.windowsterminal.installresult - webmaster442/WindowsTerminal GitHub Wiki

< Back


InstallResult

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 ObjectInstallResult
Implements IEquatable<InstallResult>
Attributes NullableContextAttribute, NullableAttribute

Properties

TerminalPath

The path to the Windows Terminal executable

public string TerminalPath { get; set; }

Property Value

String

PowershellCorePath

The path to the Powershell Core executable

public string PowershellCorePath { get; set; }

Property Value

String

VsCodePath

The path to the Visual Studio Code executable

public string VsCodePath { get; set; }

Property Value

String

IsWindowsTerminalInstalled

Indicates if Windows Terminal is installed

public bool IsWindowsTerminalInstalled { get; }

Property Value

Boolean

IsPsCoreInstalled

Indicates if Powershell Core is installed

public bool IsPsCoreInstalled { get; }

Property Value

Boolean

IsVSCodeInstalled

Indicates if Visual Studio Code is installed

public bool IsVSCodeInstalled { get; }

Property Value

Boolean

Constructors

InstallResult()

public InstallResult()

Methods

ToString()

public string ToString()

Returns

String

GetHashCode()

public int GetHashCode()

Returns

Int32

Equals(Object)

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(InstallResult)

public bool Equals(InstallResult other)

Parameters

other InstallResult

Returns

Boolean

<Clone>$()

public InstallResult <Clone>$()

Returns

InstallResult


< Back

⚠️ **GitHub.com Fallback** ⚠️