Releases the unmanaged resources used by the
VADFilter and optionally releases the managed resources
Namespace: Ozeki.Media.MediaHandlersAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overrides Sub Dispose (
disposing As Boolean
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also