Process.NonpagedSystemMemorySize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202
Gets the amount of nonpaged system memory, in bytes, allocated for the associated process.
public:
property int NonpagedSystemMemorySize { int get(); };
public int NonpagedSystemMemorySize { get; }
[System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int NonpagedSystemMemorySize { get; }
[System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public int NonpagedSystemMemorySize { get; }
member this.NonpagedSystemMemorySize : int
[<System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.NonpagedSystemMemorySize : int
[<System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.NonpagedSystemMemorySize : int
Public ReadOnly Property NonpagedSystemMemorySize As Integer
Property Value
The amount of memory, in bytes, the system has allocated for the associated process that cannot be written to the virtual memory paging file.
- Attributes