Contents

method_getImplementation(_:)

Returns the implementation of a method.

Declaration

func method_getImplementation(_ m: Method) -> IMP

Parameters

  • m:

    The method to inspect.

Return Value

A function pointer of type IMP.

See Also

Working with Methods