NSInvocation$Methods extension

on

Properties

argumentsRetained bool

Available on NSInvocation, provided by the NSInvocation$Methods extension

argumentsRetained
no setter
methodSignature NSMethodSignature

Available on NSInvocation, provided by the NSInvocation$Methods extension

methodSignature
no setter
selector Pointer<ObjCSelector>

Available on NSInvocation, provided by the NSInvocation$Methods extension

selector
getter/setter pair
target ObjCObject?

Available on NSInvocation, provided by the NSInvocation$Methods extension

target
getter/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<Void Function()>> imp) → void

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: