IHostEnvironmentStatistics Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |