[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Clean up any resources being used.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)
C#
protected override void Dispose (
	bool disposing
)
Visual C++
protected:
virtual void Dispose (
	bool disposing
) override

Parameters

disposing
System.Boolean
true if managed resources should be disposed; otherwise, false.