Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TVMObject

Generic object base

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected ctx

Methods

dispose

  • dispose(): void

getHandle

  • getHandle(requireNotNull?: boolean): Pointer
  • Get handle of module, check it is not null.

    Parameters

    • Default value requireNotNull: boolean = true

      require handle is not null.

    Returns Pointer

    The handle.

typeIndex

  • typeIndex(): number
  • get the type index of the object

    Returns number

typeKey

  • typeKey(): string
  • get the type key of the object

    Returns string

Generated using TypeDoc