Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property int SystemPageSize {
	static int get();
}

Property Value

Type: System::Int32

The number of bytes in the system memory page.

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:

SecurityException::PermissionState

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft