The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Environment::SystemPageSize Property
.NET Framework (current version)
Gets the number of bytes in the operating system's memory page.
Assembly: mscorlib (in mscorlib.dll)
This information can be useful when determining whether to use the MemoryMappedFileOptions::DelayAllocatePages option when you work with memory-mapped files.
In Windows, this value is the dwPageSize member in the SYSTEM_INFO structure.
EnvironmentPermission
for access to system and user environment variables. Associated exception:
.NET Framework
Available since 4.0
Available since 4.0
Show: