C# Class BoC.Profiling.Profiler.ProfilingContext

Inheritance: IDisposable
Show file Open project: csteeg/BoC

Public Methods

Method Description
Dispose ( ) : void

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

ProfilingContext ( string key, IPerformanceProfiler performanceProfilers ) : System

Initializes a new instance of the ProfilingContext class.

Private Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

ProfilingContext() public method

Initializes a new instance of the ProfilingContext class.
public ProfilingContext ( string key, IPerformanceProfiler performanceProfilers ) : System
key string The key.
performanceProfilers IPerformanceProfiler The performance profilers.
return System