webmaster442.windowsterminal.installdetector - webmaster442/WindowsTerminal GitHub Wiki

< Back


InstallDetector

Namespace: Webmaster442.WindowsTerminal

Detects installed applications

public static class InstallDetector

Inheritance ObjectInstallDetector 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


< Back