C# 클래스 YetAnotherRelogger.Helpers.Tools.General

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger

공개 메소드들

메소드 설명
AgentKiller ( ) : void
DateSubtract ( System.DateTime date, bool seconds = true ) : double

DateSubtract ( long ticks, bool seconds = true ) : double

GetLocale ( string input ) : string
GetPriorityClass ( int number ) : ProcessPriorityClass

Get PriorityClass as shown in GUI

NumericOnly ( char c ) : bool
WildcardMatch ( String pattern, String input ) : bool

메소드 상세

AgentKiller() 공개 정적인 메소드

public static AgentKiller ( ) : void
리턴 void

DateSubtract() 공개 정적인 메소드

public static DateSubtract ( System.DateTime date, bool seconds = true ) : double
date System.DateTime DateTime to subtract from current datetime
seconds bool
리턴 double

DateSubtract() 공개 정적인 메소드

public static DateSubtract ( long ticks, bool seconds = true ) : double
ticks long Ticks to subtract from current datetime
seconds bool
리턴 double

GetLocale() 공개 정적인 메소드

public static GetLocale ( string input ) : string
input string
리턴 string

GetPriorityClass() 공개 정적인 메소드

Get PriorityClass as shown in GUI
public static GetPriorityClass ( int number ) : ProcessPriorityClass
number int GUI priority number
리턴 ProcessPriorityClass

NumericOnly() 공개 정적인 메소드

public static NumericOnly ( char c ) : bool
c char
리턴 bool

WildcardMatch() 공개 정적인 메소드

public static WildcardMatch ( String pattern, String input ) : bool
pattern String
input String
리턴 bool