WorkerThreadPoolGetCpuUsage Method |
Determines the overall cpu usage of the current process
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static int GetCpuUsage()
Public Shared Function GetCpuUsage As Integer
public:
static int GetCpuUsage()
static member GetCpuUsage : unit -> int
Return Value
Type:
Int32The CPU's idle percentage.
See Also