VlcInteropsManagerDispose Method (Boolean) |
[This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the
VlcInteropsManager and optionally releases the managed resources
Namespace: Vlc.DotNet.Core.InteropsAssembly: Vlc.DotNet.Core.Interops (in Vlc.DotNet.Core.Interops.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic virtual void Dispose(
bool disposing
)
Public Overridable Sub Dispose (
disposing As Boolean
)
public:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also