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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public ProfilingContext ( string key, IPerformanceProfiler performanceProfilers ) : System | ||
key | string | The key. |
performanceProfilers | IPerformanceProfiler | The performance profilers. |
return | System |