Edit

IAppEnvironmentStatistics Interface

Definition

Caution

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

Provides functionality for accessing statistics relating to the application environment.

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

Properties

Name Description
MemoryUsage

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

Applies to