Function 関数

method_getImplementation(_:)

Returns the implementation of a method. あるメソッドの実装を返します。

Declaration 宣言

func method_getImplementation(_ m: Method) -> IMP

Parameters パラメータ

method

The method to inspect. 調査するメソッド。

Return Value 戻り値

A function pointer of type IMP.

See Also 参照

Working with Methods メソッドを扱う