aeDesc
The
AEDesc
structure encapsulated by the receiver, if it has one.
レシーバによってカプセル化されたAEDesc
構造体、それがこれを持つならば。
booleanValue
The contents of the receiver as a Boolean value, coercing (to
typeBoolean
) if necessary.
ブール値としてのレシーバの内容、必要ならば(typeBoolean
に)強制します。
- coerceToDescriptorType:
Returns a descriptor obtained by coercing the receiver to the specified type.
レシーバを指定された型へと強制することによって入手される記述子を返します。
data
The receiver’s data.
レシーバの持つデータ。
descriptorType
The descriptor type of the receiver.
レシーバの記述子型。
enumCodeValue
The contents of the receiver as an enumeration type, coercing to
typeEnumerated
if necessary.
レシーバの内容を列挙型として、必要ならばtypeEnumerated
へと強制します。
int32Value
The contents of the receiver as an integer, coercing (to
typeSInt32
) if necessary.
レシーバの内容を整数として、必要ならば(typeSInt32
へと)強制します。
numberOfItems
The number of descriptors in the receiver’s descriptor list.
レシーバの持つ記述子リストの中の記述子の数。
typeCodeValue
The contents of the receiver as a type, coercing to
typeType
if necessary.
レシーバの内容をある型として、必要ならばtypeType
に強制します。