WebFormsRootDesigner.Dispose(Boolean) Método
Definição
Libera os recursos não gerenciados usados pelo WebFormsRootDesigner e libera opcionalmente os recursos gerados.Releases the unmanaged resources that are used by the WebFormsRootDesigner and optionally releases the managed resources.
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)
Parâmetros
- disposing
- Boolean
true para liberar recursos gerenciados e não gerenciados; false para liberar apenas recursos não gerenciados.true to release both managed and unmanaged resources; false to release only unmanaged resources.