Property | Type | Description |
---|
Method | Description | |
---|---|---|
ProcessItem ( System.Management.Automation.PSObject item ) : void |
Processes the item in the inheriting class.
|
|
ProcessRecord ( ) : void |
Processes the input paths and writes the file hashes to the pipeline.
|
protected abstract ProcessItem ( System.Management.Automation.PSObject item ) : void | ||
item | System.Management.Automation.PSObject | The |
return | void |