Share via


LowPhysicalMemoryInfo.RequestGC 属性

定义

设置返回到可观察事件源的布尔值,该值可用来指示事件源是否应该在所有观察程序处理事件后引发垃圾回收。 (ASP.NET 中的默认低内存监视器将忽略此标记,且不会引起垃圾回收。)

public:
 property bool RequestGC { bool get(); void set(bool value); };
public bool RequestGC { get; set; }
member this.RequestGC : bool with get, set
Public Property RequestGC As Boolean

属性值

适用于