Okapi .NET Library

InlineCodeFinderForm.Dispose Method

 [This is preliminary documentation and subject to change.]

Disposes of the resource (other than memory) used by the object.

Overload List

Releases all resources used by the Component.
Inherited from Component.

[Visual Basic] Public Sub Dispose() _     Implements IDisposable.Dispose
[C#] public void Dispose();
[C++] public: void Dispose();
[JScript] public function Dispose();

Disposes of the resource (other than memory) used by the object.

[Visual Basic] Overrides  OverloadsProtected Sub Dispose(ByVal Boolean)
[C#] protected override void Dispose(bool);
[C++] protected: void Dispose(bool);
[JScript] protected override function Dispose(bool);

See Also

InlineCodeFinderForm Class | Okapi.Library.Filter Namespace