次の方法で共有


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
古い.

使用可能な場合は、メモリ使用量の合計 (バイト単位) を取得します。

適用対象