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 |
public static ConsolePrint ( string grp, string text ) : void | ||
grp | string | |
text | string | |
Résultat | void |
public static ConsolePrint ( string grp, string text, object arg0 ) : void | ||
grp | string | |
text | string | |
arg0 | object | |
Résultat | void |
public static ConsolePrint ( string grp, string text, object arg0, object arg1 ) : void | ||
grp | string | |
text | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
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 |
public static DisableWindowsErrorReporting ( bool en ) : void | ||
en | bool | |
Résultat | void |
public static FormatSpeedOutput ( double speed ) : string | ||
speed | double | |
Résultat | string |
public static GetMotherboardID ( ) : string | ||
Résultat | string |
public static InternalCheckIsWow64 ( ) : bool | ||
Résultat | bool |
public static IsConnectedToInternet ( ) : bool | ||
Résultat | bool |
public static ParseDouble ( string text ) : double | ||
text | string | |
Résultat | double |
public static ParseInt ( string text ) : int | ||
text | string | |
Résultat | int |
public static ParseLong ( string text ) : long | ||
text | string | |
Résultat | long |
public static WebRequestTestGoogle ( ) : bool | ||
Résultat | bool |