C# Class Tether.CoreChecks.ProcessCheck

Class for checking process running.
Inheritance: ICheck
Afficher le fichier Open project: surgicalcoder/Tether

Protected Properties

Свойство Type Description
_totalMemory ulong

Méthodes publiques

Méthode Description
DoCheck ( ) : object
IsProcessRunning ( string processName ) : bool
ProcessCheck ( ) : System

Méthodes protégées

Méthode Description
TotalMemory ( ) : ulong

Private Methods

Méthode Description
ProcessStats ( ) : ulong[]>.Dictionary

Method Details

DoCheck() public méthode

public DoCheck ( ) : object
Résultat object

IsProcessRunning() public static méthode

public static IsProcessRunning ( string processName ) : bool
processName string
Résultat bool

ProcessCheck() public méthode

public ProcessCheck ( ) : System
Résultat System

TotalMemory() protected méthode

protected TotalMemory ( ) : ulong
Résultat ulong

Property Details

_totalMemory protected_oe property

protected ulong _totalMemory
Résultat ulong