Frees unmanaged resources. In the overload, the disposing parameter is a Boolean that indicates whether the method call comes from a Dispose method (its value is true) or from a finalizer (its value is false).
Overload | Description |
---|---|
Dispose() | Disposes this IDFrameReader object. Use to properly dispose this object to release all its resources. |
Dispose(bool) | Frees unmanaged resources. In the overload, the disposing parameter is a Boolean that indicates whether the method call comes from a Dispose method (its value is true) or from a finalizer (its value is false). |