Represents information about a shell, including its name, file path, and version.
public ShellInformation(string name, FileInfo targetFilePath, Version version)
The name of the shell program.
The file path of the shell program executable.
The installed version of the shell program.