NSProxy class

Implemented types
Implementers

Properties

debugDescription NSString
no setter
description NSString
no setter
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
dealloc() → void
finalize() → void
forwardInvocation_(NSInvocation invocation) → void
methodSignatureForSelector_(Pointer<ObjCSel> sel) NSMethodSignature?
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

alloc(ThermionDartTexture1 _lib) NSObject
allocWithZone_(ThermionDartTexture1 _lib, Pointer<_NSZone> zone) NSObject
castFrom<T extends _ObjCWrapper>(T other) NSProxy
Returns a NSProxy that points to the same underlying object as other.
castFromPointer(ThermionDartTexture1 lib, Pointer<ObjCObject> other, {bool retain = false, bool release = false}) NSProxy
Returns a NSProxy that wraps the given raw object pointer.
class1(ThermionDartTexture1 _lib) NSObject
isInstance(_ObjCWrapper obj) bool
Returns whether obj is an instance of NSProxy.
respondsToSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) bool