Function 関数

method_getName(_:)

Returns the name of a method. あるメソッドの名前を返します。

Declaration 宣言

func method_getName(_ m: Method) -> Selector

Parameters パラメータ

method

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

Return Value 戻り値

A pointer of type SEL.

Discussion 解説

To get the method name as a C string, call sel_getName(method_getName(method)).

See Also 参照

Working with Methods メソッドを扱う