Edit

Share via


IAppEnvironmentStatistics Interface

Definition

Caution

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

Provides functionality for accessing statistics relating to the application environment.

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
Attributes

Properties

MemoryUsage

Gets the total memory usage, in bytes, if available.

Applies to