Click or drag to resize
VlcManagerDispose Method (Boolean)

[This is preliminary documentation and is subject to change.]

Releases the unmanaged resources used by the VlcManager 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 override void Dispose(
	bool disposing
)

Parameters

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