PolimagoRefCountedObject Class

CVB.Net Documentation
Base class for Polimago's reference counted objects.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.PolimagoPolimagoRefCountedObject
    Stemmer.Cvb.PolimagoPolimagoFactoryCreatedObject

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

public abstract class PolimagoRefCountedObject : INativeHandle, 
	IDisposable

The PolimagoRefCountedObject type exposes the following members.

Properties

  NameDescription
Public propertyHandle
Native Manto classifier handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Top
Methods

  NameDescription
Public methodDispose
IDisposable implementation.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

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

Reference