Process.NonpagedSystemMemorySize Property
.NET Framework 2.0
NOTE: This property is now obsolete.
Gets the nonpaged system memory size allocated to this process. Namespace: System.DiagnosticsAssembly: System (in system.dll)
[ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")] public int NonpagedSystemMemorySize { get; }
/** @property */ public int get_NonpagedSystemMemorySize ()
public function get NonpagedSystemMemorySize () : int
Property Value
The amount of memory the system has allocated for the associated process that cannot be written to the virtual memory paging file.- SecurityPermission for calling members of Process. Demand value: LinkDemand; Named Permission Sets: FullTrust.
Windows 98, Windows 2000 SP4, Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.