C# Class Tp.Core.Diagnostics.PerformanceCounters

Inheritance: IPerformanceCounters
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
PerformanceCounters ( IPerformanceCountersCategoryInfo category ) : System
this ( string counterName ) : IPerformanceCounter

Private Methods

Méthode Description
GetPerformanceCounter ( string categoryName, string counterName, bool isReadOnly ) : IPerformanceCounter

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PerformanceCounters() protected méthode

protected PerformanceCounters ( IPerformanceCountersCategoryInfo category ) : System
category IPerformanceCountersCategoryInfo
Résultat System

this() protected méthode

protected this ( string counterName ) : IPerformanceCounter
counterName string
Résultat IPerformanceCounter