Environment.CpuUsage Propiedad

Definición

Obtenga el uso de la CPU, incluido el tiempo de proceso dedicado a ejecutar el código de la aplicación, el tiempo de proceso dedicado a ejecutar el código del sistema operativo y el tiempo total empleado en ejecutar la aplicación y el código del sistema operativo.

public:
 static property Environment::ProcessCpuUsage CpuUsage { Environment::ProcessCpuUsage get(); };
[System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static Environment.ProcessCpuUsage CpuUsage { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
static member CpuUsage : Environment.ProcessCpuUsage
Public Shared ReadOnly Property CpuUsage As Environment.ProcessCpuUsage

Valor de propiedad

Atributos

Se aplica a