C# Class System.Diagnostics.PerformanceCounter

Inheritance: System.ComponentModel.Component, ISupportInitialize
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginInit ( ) : void
Close ( ) : void
EndInit ( ) : void
Increment ( ) : long
IncrementBy ( long value ) : long
NextSample ( ) : System.Diagnostics.CounterSample
NextValue ( ) : float
PerformanceCounter ( )
PerformanceCounter ( string categoryName, string counterName )
PerformanceCounter ( string categoryName, string counterName, bool readOnly )
PerformanceCounter ( string categoryName, string counterName, string instanceName )
PerformanceCounter ( string categoryName, string counterName, string instanceName, bool readOnly )
PerformanceCounter ( string categoryName, string counterName, string instanceName, string machineName )
RemoveInstance ( ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

Increment() public méthode

public Increment ( ) : long
Résultat long

IncrementBy() public méthode

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

NextSample() public méthode

public NextSample ( ) : System.Diagnostics.CounterSample
Résultat System.Diagnostics.CounterSample

NextValue() public méthode

public NextValue ( ) : float
Résultat float

PerformanceCounter() public méthode

public PerformanceCounter ( )

PerformanceCounter() public méthode

public PerformanceCounter ( string categoryName, string counterName )
categoryName string
counterName string

PerformanceCounter() public méthode

public PerformanceCounter ( string categoryName, string counterName, bool readOnly )
categoryName string
counterName string
readOnly bool

PerformanceCounter() public méthode

public PerformanceCounter ( string categoryName, string counterName, string instanceName )
categoryName string
counterName string
instanceName string

PerformanceCounter() public méthode

public PerformanceCounter ( string categoryName, string counterName, string instanceName, bool readOnly )
categoryName string
counterName string
instanceName string
readOnly bool

PerformanceCounter() public méthode

public PerformanceCounter ( string categoryName, string counterName, string instanceName, string machineName )
categoryName string
counterName string
instanceName string
machineName string

RemoveInstance() public méthode

public RemoveInstance ( ) : void
Résultat void