ShellInformation(String, FileInfo, Version) Constructor

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Represents information about a shell, including its name, file path, and version.

public ShellInformation(string name, FileInfo targetFilePath, Version version)

Parameters

name
String

The name of the shell program.

targetFilePath
FileInfo

The file path of the shell program executable.

version
Version

The installed version of the shell program.