C# Класс Incog.PowerShell.Automation.BaseCommand

The base command is the base type that the Incog Channel Command and Incog Media Command inherit from.
Наследование: System.Management.Automation.PSCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CheckIfAdministrator void
CheckWindowVersion void

Защищенные методы

Метод Описание
InitializeComponent ( ) : void

Initialize parameters and base Incog cmdlet components.

Приватные методы

Метод Описание
CheckIfAdministrator ( ) : void

Confirm the user is Administrator (if Requires Administrator == true).

CheckWindowVersion ( ) : void

Check the Windows Operating System version.

Описание методов

InitializeComponent() защищенный Метод

Initialize parameters and base Incog cmdlet components.
protected InitializeComponent ( ) : void
Результат void