C# Class NiceHashMiner.Helpers

Afficher le fichier Open project: nicehash/NiceHashMiner Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static ConsolePrint ( string grp, string text ) : void
grp string
text string
Résultat void

ConsolePrint() public static méthode

public static ConsolePrint ( string grp, string text, object arg0 ) : void
grp string
text string
arg0 object
Résultat void

ConsolePrint() public static méthode

public static ConsolePrint ( string grp, string text, object arg0, object arg1 ) : void
grp string
text string
arg0 object
arg1 object
Résultat void

ConsolePrint() public static méthode

public static ConsolePrint ( string grp, string text, object arg0, object arg1, object arg2 ) : void
grp string
text string
arg0 object
arg1 object
arg2 object
Résultat void

DisableWindowsErrorReporting() public static méthode

public static DisableWindowsErrorReporting ( bool en ) : void
en bool
Résultat void

FormatSpeedOutput() public static méthode

public static FormatSpeedOutput ( double speed ) : string
speed double
Résultat string

GetCpuID() public static méthode

public static GetCpuID ( ) : string
Résultat string

GetIdleTime() public static méthode

public static GetIdleTime ( ) : uint
Résultat uint

GetMotherboardID() public static méthode

public static GetMotherboardID ( ) : string
Résultat string

InternalCheckIsWow64() public static méthode

public static InternalCheckIsWow64 ( ) : bool
Résultat bool

IsConnectedToInternet() public static méthode

public static IsConnectedToInternet ( ) : bool
Résultat bool

IsWMIEnabled() public static méthode

public static IsWMIEnabled ( ) : bool
Résultat bool

ParseDouble() public static méthode

public static ParseDouble ( string text ) : double
text string
Résultat double

ParseInt() public static méthode

public static ParseInt ( string text ) : int
text string
Résultat int

ParseLong() public static méthode

public static ParseLong ( string text ) : long
text string
Résultat long

WebRequestTestGoogle() public static méthode

public static WebRequestTestGoogle ( ) : bool
Résultat bool