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
显示文件 Open project: SimWitty/Incog

Private Properties

Property Type Description
CheckIfAdministrator void
CheckWindowVersion void

Protected Methods

Method Description
InitializeComponent ( ) : void

Initialize parameters and base Incog cmdlet components.

Private Methods

Method Description
CheckIfAdministrator ( ) : void

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

CheckWindowVersion ( ) : void

Check the Windows Operating System version.

Method Details

InitializeComponent() protected method

Initialize parameters and base Incog cmdlet components.
protected InitializeComponent ( ) : void
return void