Search Results for

    Show / Hide Table of Contents
    View Source

    Class MiniDump

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Diagnostics
    Assembly: Umbraco.Core.dll
    Syntax
    public static class MiniDump

    Methods

    View Source

    Dump(IMarchal, IHostingEnvironment, MiniDump.Option, Boolean)

    Declaration
    public static bool Dump(IMarchal marchal, IHostingEnvironment hostingEnvironment, MiniDump.Option options = MiniDump.Option.WithFullMemory, bool withException = false)
    Parameters
    Type Name Description
    IMarchal marchal
    IHostingEnvironment hostingEnvironment
    MiniDump.Option options
    System.Boolean withException
    Returns
    Type Description
    System.Boolean
    View Source

    OkToDump(IHostingEnvironment)

    Declaration
    public static bool OkToDump(IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Dump(IMarchal, IHostingEnvironment, MiniDump.Option, Boolean)
      • OkToDump(IHostingEnvironment)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX