C# 클래스 Tether.CoreChecks.PerformanceCounterBasedProcessCheck

상속: ProcessCheck
파일 보기 프로젝트 열기: surgicalcoder/Tether

공개 메소드들

메소드 설명
DoCheck ( ) : object
IsProcessRunning ( string processName ) : bool
PerformanceCounterBasedProcessCheck ( ) : System

보호된 메소드들

메소드 설명
TotalMemory ( ) : ulong

비공개 메소드들

메소드 설명
GetProcessOwner ( float processId ) : string

메소드 상세

DoCheck() 공개 메소드

public DoCheck ( ) : object
리턴 object

IsProcessRunning() 공개 정적인 메소드

public static IsProcessRunning ( string processName ) : bool
processName string
리턴 bool

PerformanceCounterBasedProcessCheck() 공개 메소드

public PerformanceCounterBasedProcessCheck ( ) : System
리턴 System

TotalMemory() 보호된 메소드

protected TotalMemory ( ) : ulong
리턴 ulong