Dispose(bool) Method
Summary
This member supports the Leadtools infrastructure and is not intended to be used directly from your code.
Syntax
[HandleProcessCorruptedStateExceptionsAttribute()]
protected virtual void Dispose(
bool disposing
)
Protected Overloads Overridable Sub Dispose( _
ByVal disposing As Boolean _
)
protected:
virtual void Dispose(
bool disposing
)
Parameters
disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.