How can I dispose my unmanaged code object?

I can consume the unmanaged code object to c# application through the wrapper class. How can I dispose my unmanaged code object?
Was this page helpful?