C# Class Tp.Core.Diagnostics.NullSafePerformanceCounter

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

Méthodes publiques

Méthode Description
Decrement ( ) : void
Dispose ( ) : void
Increment ( ) : void
IncrementBy ( long value ) : void

Method Details

Decrement() public méthode

public Decrement ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Increment() public méthode

public Increment ( ) : void
Résultat void

IncrementBy() public méthode

public IncrementBy ( long value ) : void
value long
Résultat void