LowPhysicalMemoryInfo Constructor (Int32, Int32)

 

Initializes a new instance of the LowPhysicalMemoryInfo class with the specified percent used and percent limit.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

new : 
        currentPercentUsed:int *
        percentLimit:int -> LowPhysicalMemoryInfo

Parameters

currentPercentUsed
Type: System.Int32

Detected percent of total RAM used on the local machine.

percentLimit
Type: System.Int32

The determined used-RAM percentage limit for the current machine.

.NET Framework
Available since 4.7
Return to top
Show: