SystemPerformanceInfoProcessCpuUsagePercent Property  | 
 Gets the CPU usage of the current process, as a percent.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic double ProcessCpuUsagePercent { get; }Public ReadOnly Property ProcessCpuUsagePercent As Double
	Get
public:
property double ProcessCpuUsagePercent {
	double get ();
}member ProcessCpuUsagePercent : float with get
Property Value
Type: 
DoubleThe CPU usage of the current process, or 
-1 if the value could not be determined.
See Also