NSDistantObject class

Inheritance
Implemented types

Properties

connectionForProxy NSConnection
no setter
debugDescription NSString
no setterinherited
description NSString
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<ObjCObject>
Return a pointer to this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allowsWeakReference() bool
inherited
dealloc() → void
inherited
finalize() → void
inherited
forwardInvocation_(NSInvocation invocation) → void
inherited
initWithCoder_(NSCoder inCoder) NSDistantObject?
initWithLocal_connection_(NSObject target, NSConnection connection) NSDistantObject
initWithTarget_connection_(NSObject target, NSConnection connection) NSDistantObject?
methodSignatureForSelector_(Pointer<ObjCSel> sel) NSMethodSignature?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
Releases the reference to the underlying ObjC object held by this wrapper. Throws a StateError if this wrapper doesn't currently hold a reference.
inherited
retainWeakReference() bool
inherited
setProtocolForProxy_(Protocol? proto) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc(ThermionDartTexture1 _lib) NSObject
override
castFrom<T extends _ObjCWrapper>(T other) NSDistantObject
Returns a NSDistantObject that points to the same underlying object as other.
override
castFromPointer(ThermionDartTexture1 lib, Pointer<ObjCObject> other, {bool retain = false, bool release = false}) NSDistantObject
Returns a NSDistantObject that wraps the given raw object pointer.
override
isInstance(_ObjCWrapper obj) bool
Returns whether obj is an instance of NSDistantObject.
override
proxyWithLocal_connection_(ThermionDartTexture1 _lib, NSObject target, NSConnection connection) NSObject
proxyWithTarget_connection_(ThermionDartTexture1 _lib, NSObject target, NSConnection connection) NSObject?
respondsToSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) bool
override