C# Class Incog.PowerShell.Automation.BaseCommand

The base command is the base type that the Incog Channel Command and Incog Media Command inherit from.
Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: SimWitty/Incog

Private Properties

Свойство Type Description
CheckIfAdministrator void
CheckWindowVersion void

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Initialize parameters and base Incog cmdlet components.

Private Methods

Méthode Description
CheckIfAdministrator ( ) : void

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

CheckWindowVersion ( ) : void

Check the Windows Operating System version.

Method Details

InitializeComponent() protected méthode

Initialize parameters and base Incog cmdlet components.
protected InitializeComponent ( ) : void
Résultat void