Process.PeakPagedMemorySize Eigenschaft

Definition

Achtung

Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.

Achtung

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

Achtung

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

Ruft die maximale Arbeitsspeichermenge in der Datei für die auslagerung des virtuellen Speichers in Bytes ab, die vom zugeordneten Prozess verwendet wird.

public:
 property int PeakPagedMemorySize { int get(); };
[System.Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")]
public int PeakPagedMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakPagedMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakPagedMemorySize { get; }
public int PeakPagedMemorySize { get; }
[<System.Obsolete("Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.")>]
member this.PeakPagedMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PeakPagedMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PeakPagedMemorySize : int
member this.PeakPagedMemorySize : int
Public ReadOnly Property PeakPagedMemorySize As Integer

Eigenschaftswert

Die maximale Speichermenge in Byte, die vom zugeordneten Prozess zugewiesen wird, der in die Datei für die auslagerung des virtuellen Speichers geschrieben werden kann.

Attribute

Gilt für:

Weitere Informationen