LowPhysicalMemoryInfo(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da classe LowPhysicalMemoryInfo com o percentual especificado usado e o limite de porcentagem.Initializes a new instance of the LowPhysicalMemoryInfo class with the specified percent used and percent limit.

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.Detected percent of total RAM used on the local machine.

percentLimit
Int32

O limite percentual determinado de RAM usada para o computador atual.The determined used-RAM percentage limit for the current machine.

Aplica-se a