Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRuntimeHash

    Used to create a hash value of the current runtime

    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRuntimeHash
    Remarks

    This is used to detect if the runtime itself has changed, like a DLL has changed or another dynamically compiled part of the application has changed. This is used to detect if we need to re-type scan.

    Methods

    View Source

    GetHashValue()

    Declaration
    string GetHashValue()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetHashValue()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX