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

Provides a registration service for IDisposable objects. When disposed, all registered objects will be disposed.

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

Syntax

Visual Basic (Declaration)
Public Class DisposalService _
	Implements IDisposable
C#
public class DisposalService : IDisposable
Visual C++
public ref class DisposalService : IDisposable

Inheritance Hierarchy

System.Object
  KvTv.Components.DisposalService