IHostEnvironmentStatistics 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 |
사용되지 않음.
호스트의 총 실제 메모리를 바이트 단위로 가져옵니다. |