WebFormsRootDesigner.Dispose(Boolean) 方法

定义

释放由 WebFormsRootDesigner 托管资源使用的非托管资源,并选择性地释放托管资源。

protected:
 virtual void Dispose(bool disposing);
protected virtual void Dispose(bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

参数

disposing
Boolean

true 释放托管和非托管资源; false 仅释放非托管资源。

适用于

另请参阅