Environment.SystemPageSize 속성

정의

운영 체제 메모리 페이지의 바이트 수를 가져옵니다.

public:
 static property int SystemPageSize { int get(); };
public static int SystemPageSize { get; }
static member SystemPageSize : int
Public Shared ReadOnly Property SystemPageSize As Integer

속성 값

시스템 메모리 페이지의 바이트 수입니다.

설명

이 정보는 메모리 매핑된 파일로 작업할 때 옵션을 사용할 MemoryMappedFileOptions.DelayAllocatePages 지 여부를 결정할 때 유용할 수 있습니다.

Windows 이 값은 SYSTEM_INFO 구조체의 dwPageSize 멤버입니다.

적용 대상