Freigeben über


IHostEnvironmentStatistics Schnittstelle

Definition

Achtung

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

Funktionalität für den Zugriff auf Statistiken im Zusammenhang mit der Hostingumgebung.

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
Abgeleitet
Attribute

Eigenschaften

AvailableMemory
Veraltet.

Ruft den gesamt verfügbaren Arbeitsspeicher für die Zuordnung auf dem Host in Bytes ab.

CpuUsage
Veraltet.

Ruft die CPU-Auslastung des Hosts von 0.0 bis 100.0 ab.

TotalPhysicalMemory
Veraltet.

Ruft den gesamten physischen Arbeitsspeicher auf dem Host in Byte ab.

Gilt für: