다음을 통해 공유


IHostEnvironmentStatistics 인터페이스

정의

주의

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

호스팅 환경과 관련된 통계에 액세스하기 위한 기능입니다.

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
파생
특성

속성

AvailableMemory
사용되지 않음.

호스트의 할당에 사용할 수 있는 총 메모리를 바이트 단위로 가져옵니다.

CpuUsage
사용되지 않음.

호스트 CPU 사용량을 0.0-100.0에서 가져옵니다.

TotalPhysicalMemory
사용되지 않음.

호스트의 총 실제 메모리를 바이트 단위로 가져옵니다.

적용 대상