RecycleLimitInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the level of memory pressure detected.
public ref class RecycleLimitInfo sealed
public sealed class RecycleLimitInfo
type RecycleLimitInfo = class
Public NotInheritable Class RecycleLimitInfo
- Inheritance
-
RecycleLimitInfo
Constructors
RecycleLimitInfo(Int64, Int64, RecycleLimitNotificationFrequency) |
Initializes a new instance of the RecycleLimitInfo class. |
Properties
CurrentPrivateBytes |
Gets the detected private bytes usage for the current process. |
RecycleLimit |
Gets the determined private bytes limit for the current process. |
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. |
TrimFrequency |
Gets an enum that indicates how frequently the memory monitor perceives we are asking listeners to react to the approaching memory threshold. Subscribers tailor their reactions to the event to be more severe or benign based on this frequency. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |