C# Class BoC.Profiling.Profiler.ProfilingContext

Inheritance: IDisposable
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public méthode

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

ProfilingContext() public méthode

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