Material Object WrapperDispose 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Dispose()VB
Public Sub DisposeImplements
IDisposableDisposeRemarks
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.