Recurrence PatternDispose(Boolean) Method
Clean up any resources being used.
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
protected override void Dispose(
bool disposing
)VB
Protected Overrides Sub Dispose (
disposing As Boolean
)C++
protected:
virtual void Dispose(
bool disposing
) overrideF#
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit Parameters
- disposing Boolean
- true if managed resources should be disposed; otherwise, false.