FormDemoDispose Method (Boolean) |
Releases the unmanaged resources used by the
FormDemo and optionally releases the managed resources
Namespace:
Ambient
Assemblies:
Ambient (in Ambient.exe) Version: 1.0.0.0 (1.0.0.0)
ConfigurableController (in ConfigurableController.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax protected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) override
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also