ProcessDiagnosticInfo.CpuUsage Property

Definition

Gets the CPU time used by the process.

public:
 property ProcessCpuUsage ^ CpuUsage { ProcessCpuUsage ^ get(); };
ProcessCpuUsage CpuUsage();
public ProcessCpuUsage CpuUsage { get; }
var processCpuUsage = processDiagnosticInfo.cpuUsage;
Public ReadOnly Property CpuUsage As ProcessCpuUsage

Property Value

The CPU time used by the process.

Applies to