The base class for the information about commands. Contains the basic information about the command, like name and type.
public ref class CommandInfo abstract
public abstract class CommandInfo
type CommandInfo = class
Public MustInherit Class CommandInfo
Gets the type of the command.
DefinitionA string representing the definition of the command.
ModuleThe module that defines this cmdlet. This will be null for commands that are not defined in the context of a module.
ModuleNameThe module name of this command. It will be empty for commands not imported from either a module or snapin.
NameGets the name of the command.
OutputTypeA possibly incomplete or even incorrect list of types the command could return.
ParametersReturn the parameters for this command.
ParameterSetsGets the information about the parameters and parameter sets for this command.
RemotingCapabilityThe remoting capabilities of this cmdlet, when exposed in a context with ambient remoting.
SourceGets the source of the command (shown by default in Get-Command)
VersionGets the source version (shown by default in Get-Command)
VisibilityIndicates if the command is to be allowed to be executed by a request external to the runspace.
Methods ResolveParameter(String)Resolves a full, shortened, or aliased parameter name to the actual cmdlet parameter name, using PowerShell's standard parameter resolution algorithm.
ToString()For diagnostic purposes.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4