Type Method 型メソッド

descriptorWithInt32:

Creates a descriptor initialized with Apple event type typeSInt32 that stores the specified integer value. アップルイベント型typeSInt32で初期化される記述子を作成します、それは指定された整数値を格納します。

Declaration 宣言

+ (NSAppleEventDescriptor *)descriptorWithInt32:(SInt32)signedInt;

Parameters パラメータ

signedInt

The integer value to be stored in the returned descriptor. 返される記述子の中に格納される整数値。

Return Value 戻り値

A descriptor containing the specified integer value, or nil if an error occurs. 指定された整数値を含んでいる記述子、またはエラーが起こるならばnil

See Also 参照

Creating and Initializing Descriptors 記述子の作成と初期化