Dispose Method

Phcc Interface Library .NET / COM

Public implementation of IDisposable.Dispose(). Cleans up managed and unmanaged resources used by this object before allowing garbage collection

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub Dispose
C#
public void Dispose()

Implements

IDisposable..::.Dispose()()()

See Also