IHostEnvironmentStatistics インターフェイス

定義

注意事項

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

ホスティング環境に関連する統計にアクセスするための機能。

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
派生
属性

プロパティ

AvailableMemory
古い.

ホストでの割り当てに使用できる合計メモリをバイト単位で取得します。

CpuUsage
古い.

0.0 から 100.0 のホスト CPU 使用率を取得します。

TotalPhysicalMemory
古い.

ホスト上の物理メモリの合計をバイト単位で取得します。

適用対象