IFileHash Interface

Summary

The information of one file, as generated by the HashCommand.

Used in the IHashOutput.

graph BT Type["IFileHash"] class Type type-node

Syntax

public interface IFileHash

Properties

Name Value Summary
FilePath string
Gets the path of the file.
Hashes IEnumerable<IHash>
Gets the hash. Content depends on the selected hash-algorithm.
Size long
Gets the size.
GitHub Discussion