IHostEnvironmentStatistics Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.
Fonctionnalités permettant d’accéder aux statistiques relatives à l’environnement d’hébergement.
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
- Dérivé
- Attributs
Propriétés
AvailableMemory |
Obsolète.
Obtient la mémoire totale disponible pour l’allocation sur l’hôte en octets. |
CpuUsage |
Obsolète.
Obtient l’utilisation du processeur hôte de 0.0 à 100.0. |
TotalPhysicalMemory |
Obsolète.
Obtient la mémoire physique totale sur l’hôte en octets. |