C# Class NiceHashMiner.Helpers

Show file Open project: nicehash/NiceHashMiner Class Usage Examples

Public Methods

Method Description
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

Method Details

ConsolePrint() public static method

public static ConsolePrint ( string grp, string text ) : void
grp string
text string
return void

ConsolePrint() public static method

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

ConsolePrint() public static method

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

ConsolePrint() public static method

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

DisableWindowsErrorReporting() public static method

public static DisableWindowsErrorReporting ( bool en ) : void
en bool
return void

FormatSpeedOutput() public static method

public static FormatSpeedOutput ( double speed ) : string
speed double
return string

GetCpuID() public static method

public static GetCpuID ( ) : string
return string

GetIdleTime() public static method

public static GetIdleTime ( ) : uint
return uint

GetMotherboardID() public static method

public static GetMotherboardID ( ) : string
return string

InternalCheckIsWow64() public static method

public static InternalCheckIsWow64 ( ) : bool
return bool

IsConnectedToInternet() public static method

public static IsConnectedToInternet ( ) : bool
return bool

IsWMIEnabled() public static method

public static IsWMIEnabled ( ) : bool
return bool

ParseDouble() public static method

public static ParseDouble ( string text ) : double
text string
return double

ParseInt() public static method

public static ParseInt ( string text ) : int
text string
return int

ParseLong() public static method

public static ParseLong ( string text ) : long
text string
return long

WebRequestTestGoogle() public static method

public static WebRequestTestGoogle ( ) : bool
return bool