NSInvocation$Methods extension
- on
Properties
- argumentsRetained → bool
-
Available on NSInvocation, provided by the NSInvocation$Methods extension
argumentsRetainedno setter - methodSignature → NSMethodSignature
-
Available on NSInvocation, provided by the NSInvocation$Methods extension
methodSignatureno setter -
selector
↔ Pointer<
ObjCSelector> -
Available on NSInvocation, provided by the NSInvocation$Methods extension
selectorgetter/setter pair - target ↔ ObjCObject?
-
Available on NSInvocation, provided by the NSInvocation$Methods extension
targetgetter/setter pair
Methods
-
getArgument(
Pointer< Void> argumentLocation, {required int atIndex}) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
getArgument:atIndex: -
getReturnValue(
Pointer< Void> retLoc) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
getReturnValue: -
init(
) → NSInvocation -
Available on NSInvocation, provided by the NSInvocation$Methods extension
init -
invoke(
) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
invoke -
invokeUsingIMP(
Pointer< NativeFunction< imp) → voidVoid Function()> > -
Available on NSInvocation, provided by the NSInvocation$Methods extension
invokeUsingIMP: -
invokeWithTarget(
ObjCObject target) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
invokeWithTarget: -
retainArguments(
) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
retainArguments -
setArgument(
Pointer< Void> argumentLocation, {required int atIndex}) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
setArgument:atIndex: -
setReturnValue(
Pointer< Void> retLoc) → void -
Available on NSInvocation, provided by the NSInvocation$Methods extension
setReturnValue: