Implements

Constructors

Properties

Methods

Constructors

  • Create a IntPointer instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a IntPointer instance with the specified options.

    Returns IntPointer

    const pointer = await IntPointer.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create a IntPointer instance.

    Parameters

    • Optionaloptions: Options

      Create a IntPointer instance with the specified options.

    Returns Promise<IntPointer>

    Returns a promise that resolves with the IntPointer instance.