ProcessDiagnosticInfo.CpuUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.