Function 関数

method_copyArgumentType(_:_:)

Returns a string describing a single parameter type of a method. あるメソッドのある単一のパラメータ型を記述している文字列を返します。

Declaration 宣言

func method_copyArgumentType(_ m: Method, 
                           _ index: UInt32) -> UnsafeMutablePointer<CChar>?

Parameters パラメータ

method

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

index

The index of the parameter to inspect.

Return Value 戻り値

A C string describing the type of the parameter at index index, or NULL if method has no parameter index index. You must free the string with free().

See Also 参照

Working with Methods メソッドを扱う