Click or drag to resize
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.Interops
Assembly: Vlc.DotNet.Core.Interops (in Vlc.DotNet.Core.Interops.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
public virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also