Click or drag to resize
VlcControlDispose Method (Boolean)

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

Releases the unmanaged resources used by the VlcControl and optionally releases the managed resources

Namespace: Vlc.DotNet.Forms
Assembly: Vlc.DotNet.Forms (in Vlc.DotNet.Forms.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
protected 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