SystemMemoryUsageReport 클래스

정의

시스템의 메모리 사용량에 대한 데이터를 제공합니다.

public ref class SystemMemoryUsageReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemMemoryUsageReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemMemoryUsageReport
Public NotInheritable Class SystemMemoryUsageReport
상속
Object Platform::Object IInspectable SystemMemoryUsageReport
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

설명

SystemMemoryUsage.GetReport를 호출하여 이 클래스의 instance 가져옵니다.

속성

AvailableSizeInBytes

사용 가능한 시스템 메모리의 양을 바이트 단위로 가져옵니다.

CommittedSizeInBytes

시스템의 커밋된 메모리 양을 가져옵니다.

TotalPhysicalSizeInBytes

시스템의 총 실제 메모리 양을 가져옵니다.

적용 대상