var aeDesc : UnsafePointer<AEDesc>?
The
AEDesc
structure encapsulated by the receiver, if it has one.
レシーバによってカプセル化されたAEDesc
構造体、それがこれを持つならば。
var booleanValue : Bool
The contents of the receiver as a Boolean value, coercing (to
typeBoolean
) if necessary.
ブール値としてのレシーバの内容、必要ならば(typeBoolean
に)強制します。
func coerce(toDescriptorType : DescType) -> NSAppleEventDescriptor?
Returns a descriptor obtained by coercing the receiver to the specified type.
レシーバを指定された型へと強制することによって入手される記述子を返します。
var data: Data
The receiver’s data.
レシーバの持つデータ。
var descriptorType : DescType
The descriptor type of the receiver.
レシーバの記述子型。
var enumCodeValue : OSType
The contents of the receiver as an enumeration type, coercing to
typeEnumerated
if necessary.
レシーバの内容を列挙型として、必要ならばtypeEnumerated
へと強制します。
var int32Value: Int32
The contents of the receiver as an integer, coercing (to
typeSInt32
) if necessary.
レシーバの内容を整数として、必要ならば(typeSInt32
へと)強制します。
var stringValue : String?
The contents of the receiver as a Unicode text string, coercing to
typeUnicodeText
if necessary.
レシーバの内容をユニコードテキスト文字列として、必要ならばtypeUnicodeText
に強制します。
var typeCodeValue : OSType
The contents of the receiver as a type, coercing to
typeType
if necessary.
レシーバの内容をある型として、必要ならばtypeType
に強制します。