ShowCommandCommand Class

Represents a wrapper for the Show-Command cmdlet, which displays a GUI for a cmdlet (or for all cmdlets, if no cmdlet is specified).

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As ShowCommandCommand

Syntax

'Declaration
<CmdletAttribute("Show", "Command", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=217448")> _
Public Class ShowCommandCommand
    Inherits PSCmdlet
    Implements IDisposable
[CmdletAttribute("Show", "Command", HelpUri="https://go.microsoft.com/fwlink/?LinkID=217448")] 
public class ShowCommandCommand : PSCmdlet, IDisposable
[CmdletAttribute(L"Show", L"Command", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=217448")] 
public ref class ShowCommandCommand : public PSCmdlet, IDisposable
/** @attribute CmdletAttribute("Show", "Command", HelpUri="https://go.microsoft.com/fwlink/?LinkID=217448") */ 
public class ShowCommandCommand extends PSCmdlet implements IDisposable
CmdletAttribute("Show", "Command", HelpUri="https://go.microsoft.com/fwlink/?LinkID=217448") 
public class ShowCommandCommand extends PSCmdlet implements IDisposable

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.ShowCommandCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ShowCommandCommand Members
Microsoft.PowerShell.Commands Namespace