IHostEnvironmentStatistics Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.
Functionality for accessing statistics relating to the hosting environment.
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
- Derived
- Attributes
Properties
AvailableMemory |
Gets the total memory available for allocation on the host in bytes. |
CpuUsage |
Gets the host CPU usage from 0.0-100.0. |
TotalPhysicalMemory |
Gets the total physical memory on the host in bytes. |