An array of characters containing the type encodings for the method arguments. メソッド引数に対する型エンコーディングを含んでいる文字いくつかからなるある配列。
Type Method
型メソッド
signature
signatureWithObjCTypes:
Returns an
NSMethodSignature
object for the given Objective-C method type string.
あるNSMethodSignature
をこの与えられたObjective-Cメソッド型文字列に対して返します。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.5+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
+ (NSMethodSignature
*)signatureWithObjCTypes:(const char *)types;
Parameters パラメータ
types
Return Value 戻り値
An NSMethod
object for the given Objective-C method type string in types
.
あるNSMethod
オブジェクト、それはtypes
において与えられたObjective-Cメソッド型文字列に対するものです。