Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.NSObject Class (console safe)

Representation of macOS NSObject object base class.

The object will be automatically released like any other Xojo object. Do not manually use the Release method unless you have done something externally to the NSObject, with other plugin or declares that might call for release.

This class is abstract and you cannot create instance of it directly.

Object
   NSObject

class EinhugurMacOSBridge.NSObject

Constructors

NSObjectPrivate constructor. This class is abstract and can only be constructed by subclasses.

Properties

HandleReturns Integer handle to the native NSObject structure.

Methods

ReleaseReleases the NSObject.
RetainRetains the NSObject

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit

    Unsupported Platforms:

  • MacOS X Carbon
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM