Search notes:

System.Management.Automation.CmdletInfo (class)

system.Management.Automation.CmdletInfo provides information about a PowerShell cmdLet.
In PowerShell, an instance of CmdletInfo can be found like so:
PS C:\> $info = get-command select-object
PS C:\> $info.GetType().FullName
System.Management.Automation.CmdletInfo

Index