C# 클래스 NiceHashMiner.Helpers

파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
ConsolePrint ( string grp, string text ) : void
ConsolePrint ( string grp, string text, object arg0 ) : void
ConsolePrint ( string grp, string text, object arg0, object arg1 ) : void
ConsolePrint ( string grp, string text, object arg0, object arg1, object arg2 ) : void
DisableWindowsErrorReporting ( bool en ) : void
FormatSpeedOutput ( double speed ) : string
GetCpuID ( ) : string
GetIdleTime ( ) : uint
GetMotherboardID ( ) : string
InternalCheckIsWow64 ( ) : bool
IsConnectedToInternet ( ) : bool
IsWMIEnabled ( ) : bool
ParseDouble ( string text ) : double
ParseInt ( string text ) : int
ParseLong ( string text ) : long
WebRequestTestGoogle ( ) : bool

메소드 상세

ConsolePrint() 공개 정적인 메소드

public static ConsolePrint ( string grp, string text ) : void
grp string
text string
리턴 void

ConsolePrint() 공개 정적인 메소드

public static ConsolePrint ( string grp, string text, object arg0 ) : void
grp string
text string
arg0 object
리턴 void

ConsolePrint() 공개 정적인 메소드

public static ConsolePrint ( string grp, string text, object arg0, object arg1 ) : void
grp string
text string
arg0 object
arg1 object
리턴 void

ConsolePrint() 공개 정적인 메소드

public static ConsolePrint ( string grp, string text, object arg0, object arg1, object arg2 ) : void
grp string
text string
arg0 object
arg1 object
arg2 object
리턴 void

DisableWindowsErrorReporting() 공개 정적인 메소드

public static DisableWindowsErrorReporting ( bool en ) : void
en bool
리턴 void

FormatSpeedOutput() 공개 정적인 메소드

public static FormatSpeedOutput ( double speed ) : string
speed double
리턴 string

GetCpuID() 공개 정적인 메소드

public static GetCpuID ( ) : string
리턴 string

GetIdleTime() 공개 정적인 메소드

public static GetIdleTime ( ) : uint
리턴 uint

GetMotherboardID() 공개 정적인 메소드

public static GetMotherboardID ( ) : string
리턴 string

InternalCheckIsWow64() 공개 정적인 메소드

public static InternalCheckIsWow64 ( ) : bool
리턴 bool

IsConnectedToInternet() 공개 정적인 메소드

public static IsConnectedToInternet ( ) : bool
리턴 bool

IsWMIEnabled() 공개 정적인 메소드

public static IsWMIEnabled ( ) : bool
리턴 bool

ParseDouble() 공개 정적인 메소드

public static ParseDouble ( string text ) : double
text string
리턴 double

ParseInt() 공개 정적인 메소드

public static ParseInt ( string text ) : int
text string
리턴 int

ParseLong() 공개 정적인 메소드

public static ParseLong ( string text ) : long
text string
리턴 long

WebRequestTestGoogle() 공개 정적인 메소드

public static WebRequestTestGoogle ( ) : bool
리턴 bool