Click or drag to resize

FactoryTFree Method

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

This does not dispose the singleton object itself, only the content of Current. This will also destroy the singleton instance that is managed by the Factory.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Free()
See Also