Partager via


IHostEnvironmentStatistics Interface

Définition

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.

S’applique à