Type Method 型メソッド

signatureWithObjCTypes:

Returns an NSMethodSignature object for the given Objective-C method type string. あるNSMethodSignatureをこの与えられたObjective-Cメソッド型文字列に対して返します。

Declaration 宣言

+ (NSMethodSignature *)signatureWithObjCTypes:(const char *)types;

Parameters パラメータ

types

An array of characters containing the type encodings for the method arguments. メソッド引数に対する型エンコーディングを含んでいる文字いくつかからなるある配列。

Return Value 戻り値

An NSMethodSignature object for the given Objective-C method type string in types. あるNSMethodSignatureオブジェクト、それはtypesにおいて与えられたObjective-Cメソッド型文字列に対するものです。