webmaster442.windowsterminal.installdetector - webmaster442/WindowsTerminal GitHub Wiki
InstallDetector
Namespace: Webmaster442.WindowsTerminal
Detects installed applications
public static class InstallDetector
Inheritance Object → InstallDetector Attributes NullableContextAttribute, NullableAttribute
Fields
WindowsTerminalExe
The name of the Windows Terminal executable
public static string WindowsTerminalExe;
PowershellCoreExe
The name of the Powershell Core executable
public static string PowershellCoreExe;
VsCodeExe
The name of the Visual Studio Code executable
public static string VsCodeExe;
Methods
GetInstallResult()
Gets the installation status of various applications
public static InstallResult GetInstallResult()
Returns
InstallResult An InstallResult