Provides information about a shell program.
public class ShellInformation : IEquatable<ShellInformation>
kind:method, kind:property, kind:ctor. Press Esc to clear.ShellInformation(String, FileInfo, Version)Represents information about a shell, including its name, file path, and version.NameGets or sets the name.TargetFilePathGets or sets the target file path.VersionRepresents the version of a shell program.Equals(ShellInformation?, ShellInformation?)Determines whether two ShellInformation objects are equal.Equals(ShellInformation?)Determines whether this instance and a specified ShellInformation have the same value.Equality(ShellInformation?, ShellInformation?)Determines whether two ShellInformation objects are equal.Inequality(ShellInformation?, ShellInformation?)Determines whether two ShellInformation objects are not equal.