C# Class Incog.PowerShell.Commands.SetIncogImageCommand

Inheritance: Incog.PowerShell.Automation.MediaCommand
Afficher le fichier Open project: SimWitty/Incog

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

EndProcessing() protected méthode

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

ProcessRecord() protected méthode

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