Click or drag to resize

DisposableBaseDispose Method (Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  Cauldron
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources requires disposing
See Also