IHostEnvironmentStatistics Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |