Class DisposableBaseAbstract

Hierarchy

  • DisposableBase

Implements

Constructors

Accessors

Methods

Constructors

  • Parameters

    • disposableObjectName: string
    • Optional finalizer: (() => null | void)
        • (): null | void
        • Returns null | void

    Returns DisposableBase

Accessors

Methods

  • Is called when this object is disposed. Should NOT be called directly. Override this method to handle disposal.

    Returns void

  • Utility for throwing exception when this object is accessed.

    Parameters

    • Optional message: string
    • objectName: string = ...

      Optional object name override.

    Returns true

Generated using TypeDoc