Compartir a través de


IHostEnvironmentStatistics Interfaz

Definición

Precaución

This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.

Funcionalidad para acceder a estadísticas relacionadas con el entorno de hospedaje.

public interface IHostEnvironmentStatistics
[System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")]
public interface IHostEnvironmentStatistics
type IHostEnvironmentStatistics = interface
[<System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")>]
type IHostEnvironmentStatistics = interface
Public Interface IHostEnvironmentStatistics
Derivado
Atributos

Propiedades

AvailableMemory
Obsoletos.

Obtiene la memoria total disponible para la asignación en el host en bytes.

CpuUsage
Obsoletos.

Obtiene el uso de CPU del host de 0.0-100.0.

TotalPhysicalMemory
Obsoletos.

Obtiene la memoria física total en el host en bytes.

Se aplica a