MaterialObjectWrapperDispose Method

Releases all resources used by the CapeIdentification object.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public void Dispose()

Implements

IDisposableDispose

Remarks

Call Dispose when you are finished using the CapeIdentification object. The Dispose method leaves the CapeIdentification object in an unusable state. After calling Dispose, you must release all references to the Component so the garbage collector can reclaim the memory that the CapeIdentification object was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.

See Also