Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Profiler

    Class Profiler

    Inheritance
    System.Object
    Profiler
    Implements
    System.IDisposable
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class Profiler : IDisposable

    Constructors

    Profiler(String, ILogger)

    Initializes a new instance of the Profiler class.

    Declaration
    public Profiler(string name, ILogger logger)
    Parameters
    Type Name Description
    System.String name

    The name.

    ILogger logger

    The logger.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.