Initializer

init(typeCode:)

Creates a descriptor initialized with type typeType that stores the specified type value. typeType型で初期化される記述子を作成します、それは指定された型値を格納します。

Declaration 宣言

init(typeCode: OSType)

Parameters パラメータ

typeCode

The type value to be set in the returned descriptor. 返される記述子の中に設定される型値。

Return Value 戻り値

A descriptor with the specified type, or nil if an error occurs. 指定された型を持つ記述子、またはエラーが起こるならばnil

See Also 参照

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