Process.PeakPagedMemorySize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202
Cuidado
This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202
Obtém a quantidade máxima de memória no arquivo de paginação de memória virtual, em bytes, usado pelo processo associado.
public:
property int PeakPagedMemorySize { int get(); };
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; }
[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; }
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
[<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
Public ReadOnly Property PeakPagedMemorySize As Integer
Valor da propriedade
A quantidade máxima de memória, em bytes, alocada pelo processo associado que pode ser gravada no arquivo de paginação de memória virtual.
- Atributos