Partilhar via


LowPhysicalMemoryInfo(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da classe LowPhysicalMemoryInfo com o percentual especificado usado e o limite de porcentagem.

public:
 LowPhysicalMemoryInfo(int currentPercentUsed, int percentLimit);
public LowPhysicalMemoryInfo (int currentPercentUsed, int percentLimit);
new System.Web.Hosting.LowPhysicalMemoryInfo : int * int -> System.Web.Hosting.LowPhysicalMemoryInfo
Public Sub New (currentPercentUsed As Integer, percentLimit As Integer)

Parâmetros

currentPercentUsed
Int32

Porcentagem detectada do total de RAM usado no computador local.

percentLimit
Int32

O limite percentual determinado de RAM usada para o computador atual.

Aplica-se a