method_getImplementation(_:)
Returns the implementation of a method.
Declaration
func method_getImplementation(_ m: Method) -> IMPParameters
- m:
The method to inspect.
Return Value
A function pointer of type IMP.
Returns the implementation of a method.
func method_getImplementation(_ m: Method) -> IMPThe method to inspect.
A function pointer of type IMP.