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