Class FileHash
Pairs a file's path (relative to a base folder) with its computed content hash.
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class FileHash
Constructors
View SourceFileHash()
Declaration
public FileHash()
Fields
View SourceFullPath
Declaration
public string FullPath
Field Value
| Type | Description |
|---|---|
| string |
Hash
Declaration
public string Hash
Field Value
| Type | Description |
|---|---|
| string |