Process.PagedMemorySize Eigenschap

Definitie

Let op

This property has been deprecated. Please use System.Diagnostics.Process.PagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202

Let op

This property has been deprecated. Please use System.Diagnostics.Process.PagedMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202

Hiermee wordt de hoeveelheid gepaginad geheugen, in bytes, opgehaald die is toegewezen voor het bijbehorende proces.

public:
 property int PagedMemorySize { int get(); };
public int PagedMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int PagedMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PagedMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int PagedMemorySize { get; }
member this.PagedMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PagedMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PagedMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PagedMemorySize : int
Public ReadOnly Property PagedMemorySize As Integer

Waarde van eigenschap

De hoeveelheid geheugen, in bytes, toegewezen door het bijbehorende proces dat kan worden geschreven naar het wisselbestand van het virtuele geheugen.

Kenmerken

Van toepassing op

Zie ook