INativeHandle Interface

CVB.Net Documentation
Base interface for Cvb objects that are accessible through a native handle.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface INativeHandle : IDisposable

The INativeHandle type exposes the following members.

Properties

  NameDescription
Public propertyHandle
The native handle of the object.
Public propertyIsDisposed
Possibility to check whether the object has already been disposed of.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference