GetCommand Class

Definition

Activity to invoke the Microsoft.PowerShell.Core\Get-Command command in a Workflow.

public sealed class GetCommand : Microsoft.PowerShell.Activities.PSRemotingActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSRemotingActivity

Constructors

GetCommand()

Gets the display name of the command invoked by this activity.

Properties

All

Provides access to the All parameter.

ArgumentList

Provides access to the ArgumentList parameter.

CommandType

Provides access to the CommandType parameter.

FullyQualifiedModule
ListImported

Provides access to the ListImported parameter.

Module

Provides access to the Module parameter.

Name

Provides access to the Name parameter.

Noun

Provides access to the Noun parameter.

ParameterName

Provides access to the ParameterName parameter.

ParameterType

Provides access to the ParameterType parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

Syntax

Provides access to the Syntax parameter.

TotalCount

Provides access to the TotalCount parameter.

Verb

Provides access to the Verb parameter.