Condividi tramite


IHostEnvironmentStatistics Interfaccia

Definizione

Attenzione

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

Funzionalità per l'accesso alle statistiche relative all'ambiente di hosting.

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
Derivato
Attributi

Proprietà

AvailableMemory
Obsoleti.

Ottiene la memoria totale disponibile per l'allocazione nell'host in byte.

CpuUsage
Obsoleti.

Ottiene l'utilizzo della CPU dell'host da 0.0 a 100.0.

TotalPhysicalMemory
Obsoleti.

Ottiene la memoria fisica totale nell'host in byte.

Si applica a