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 中,此值是 dwPageSize 结构中的 SYSTEM_INFO 成员。

适用于