Microsoft.PowerShell.Commands.ShowCommandInternal Namespace

Classes

AllModulesControl

Interaction logic for AllModulesControl.xaml

AllModulesViewModel

Contains all Commands, Parameters, ParameterSet and Common Parameter.

CmdletControl

Interaction logic for CmdletControl.xaml

CommandEventArgs

Arguments for the event triggered when something happens at the cmdlet level

CommandViewModel

Contains information about a cmdlet's Shard ParameterSet, ParameterSets, Parameters, Common Parameters and error message.

HelpNeededEventArgs

Arguments for the event triggered when it is necessary to display help for a command

ImageButton

Button with images to represent enabled and disabled states

ImageButtonBase

Implements the ImageButtonBase base class to the ImageButton and ImageToggleButton.

ImageButtonToolTipConverter

Converts a an ImageButtonBase to its corresponding ToolTip

ImageToggleButton

Toggle button with images to represent enabled and disabled states

ImportModuleEventArgs

Arguments for the event triggered when it is necessary to display help for a command

ModuleViewModel

ModuleViewModel Contains information about a PowerShell module.

MultipleSelectionControl

Interaction logic for MultipleSelectionControl.xaml

MultipleSelectionDialog

Interaction logic for MultipleSelectionDialog.xaml

NotImportedCmdletControl

Interaction logic for NotImportedCmdletControl.xaml

ParameterSetControl

Interaction logic for ParameterSetControl.xaml

ParameterSetViewModel

Contains information about a single ParameterSet inside a cmdlet.

ParameterViewModel

Contains information about a single parameter inside a parameter set. If a parameter with the same name belongs to two (or more) parameter sets, there will be two (or more) ParameterViewModel objects for the parameters, each one inside its own ParameterSetViewModel.

ShowAllModulesWindow

Interaction logic for CmdletGUI.xaml

ShowCommandWindow

Interaction logic for CmdletGUI.xaml

ShowModuleControl

Control taht shows cmdlets in a module and details for a selected cmdlet