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