C# Класс BoC.Profiling.Profiler.ProfilingContext

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

ProfilingContext() публичный Метод

Initializes a new instance of the ProfilingContext class.
public ProfilingContext ( string key, IPerformanceProfiler performanceProfilers ) : System
key string The key.
performanceProfilers IPerformanceProfiler The performance profilers.
Результат System