| FactoryDestroy Method (Type) |
Performs application-defined tasks associated with freeing, releasing, or resetting
unmanaged resources.
Not threadsafe.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static void Destroy(
Type contractType
)
Public Shared Sub Destroy (
contractType As Type
)
public:
static void Destroy(
Type^ contractType
)
Parameters
- contractType
- Type: SystemType
The Type that the contract name derives from
See Also