C# Class Incog.PowerShell.Commands.SetIncogMutexCommand

Inheritance: Incog.PowerShell.Automation.BaseCommand
Exibir arquivo Open project: SimWitty/Incog

Private Properties

Property Type Description

Protected Methods

Method Description
BeginProcessing ( ) : void

Provides a one-time, preprocessing functionality for the cmdlet.

EndProcessing ( ) : void

Provides a one-time, post-processing functionality for the cmdlet.

ProcessRecord ( ) : void

Provides a record-by-record processing functionality for the cmdlet.

Method Details

BeginProcessing() protected method

Provides a one-time, preprocessing functionality for the cmdlet.
protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

Provides a one-time, post-processing functionality for the cmdlet.
protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

Provides a record-by-record processing functionality for the cmdlet.
protected ProcessRecord ( ) : void
return void