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
已过时.

获取主机上的总物理内存(以字节为单位)。

适用于