Search Results for

    Show / Hide Table of Contents

    Class FileHash

    Pairs a file's path (relative to a base folder) with its computed content hash.

    Inheritance
    object
    FileHash
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class FileHash

    Constructors

    View Source

    FileHash()

    Declaration
    public FileHash()

    Fields

    View Source

    FullPath

    Declaration
    public string FullPath
    Field Value
    Type Description
    string
    View Source

    Hash

    Declaration
    public string Hash
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX