DisposableBase ClassByteScout Text Recognition SDK

[Missing <summary> documentation for "T:Tesseract4.DisposableBase"]

Inheritance Hierarchy

SystemObject
  Tesseract4DisposableBase
    Tesseract4Pix

Namespace:  Tesseract4
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 1.5.1.210-local
Syntax

public abstract class DisposableBase : IDisposable

The DisposableBase type exposes the following members.

Constructors

  NameDescription
Protected methodDisposableBase
Initializes a new instance of the DisposableBase class
Top
Properties

  NameDescription
Public propertyIsDisposed
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the DisposableBase
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DisposableBase and optionally releases the managed resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (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.)
Protected methodVerifyNotDisposed
Top
Events

  NameDescription
Public eventDisposed
Top
See Also

Reference