Instance Method インスタンスメソッド

version(forClassName:)

This method is present for historical reasons and is not used with keyed archivers. このメソッドは歴史的理由から存在します、そしてキー付きアーカイバでは使われません。

Declaration 宣言

func version(forClassName className: String) -> Int

Return Value 戻り値

The version in effect for the class named className or NSNotFound if no class named className exists. classNameまたはNSNotFoundと命名されるクラスに対する実際のバージョン、もしclassNameと命名されるクラスが存在しないならば。

Discussion 議論

The version number does apply not to NSKeyedArchiver/NSKeyedUnarchiver. A keyed archiver does not encode class version numbers. バージョン番号は、NSKeyedArchiver/NSKeyedUnarchiverに適用されません。キー付きアーカイバは、クラスバージョン数をエンコードしません。

See Also 参照

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