IAppEnvironmentStatistics 接口

定义

注意

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

提供用于访问与应用程序环境相关的统计信息的功能。

public interface IAppEnvironmentStatistics
[System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")]
public interface IAppEnvironmentStatistics
type IAppEnvironmentStatistics = interface
[<System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")>]
type IAppEnvironmentStatistics = interface
Public Interface IAppEnvironmentStatistics
属性

属性

MemoryUsage
已过时.

获取总内存使用量(以字节为单位)(如果可用)。

适用于