C# Class Incog.PowerShell.Commands.ReceiveNetcatCommand

Inheritance: System.Management.Automation.PSCmdlet
Mostrar archivo Open project: SimWitty/Incog

Private Properties

Property Type Description
OutputObject void

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.

Private Methods

Method Description
OutputObject ( byte value, int length ) : void

Output the object from the pipeline using the selected formatting.

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