Instance Property インスタンスプロパティ

systemVersion

The system version in effect for the archive. アーカイブに対して施行されるシステムバージョン。

Declaration 宣言

var systemVersion: UInt32 { get }

Discussion 議論

During encoding, the current version. During decoding, the version that was in effect when the data was encoded. 符号化のとき、現在のバージョン。復号のときには、データが符号化された時に有効だったバージョン。

Subclasses that implement decoding must override this property to return the system version of the data being decoded. 復号を実装するサブクラスは、このプロパティをオーバーライドして、復号されるデータのシステムバージョンを返すようにしなければなりません。

See Also 参照

Getting Version Information バージョン情報を取得する