LowPhysicalMemoryInfo Class
Encapsulates information about events raised by the application's memory monitor.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | LowPhysicalMemoryInfo(Int32, Int32) | Initializes a new instance of the LowPhysicalMemoryInfo class with the specified percent used and percent limit. |
| Name | Description | |
|---|---|---|
![]() | CurrentPercentUsed | Gets the detected percent of total RAM used on the machine. Value may be from 0 to 100. |
![]() | PercentLimit | Gets the determined used-RAM percentage limit for the machine. Value may be from 0 to 100. |
![]() | RequestGC | Sets a Boolean value returned to the source of the observable event that may be used to indicate whether the source of the event should induce a Garbage Collection after all observers have processed the event. (The default low memory monitor in ASP.NET ignores this flag and does not induce Garbage Collection.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.7
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

