iOSAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
iOSAttribute(Byte, Byte) |
使用指定的架構、主要和次要版本,初始化 iOS 的新可用性屬性。 |
iOSAttribute(Byte, Byte, Boolean) |
使用指定的主要和次要版本,初始化 iOS 的新可用性屬性,如果屬性僅適用于 64 位架構,則為 。 |
iOSAttribute(Byte, Byte, Byte) |
使用指定的架構、主要、次要和子版本,初始化 iOS 的新可用性屬性。 |
iOSAttribute(Byte, Byte, Byte, Boolean) |
使用指定的主要、次要和子管理版本,以及屬性僅適用于 64 位架構,初始化 iOS 的新可用性屬性。 |
iOSAttribute(Byte, Byte)
iOSAttribute(Byte, Byte, Boolean)
iOSAttribute(Byte, Byte, Byte)
iOSAttribute(Byte, Byte, Byte, Boolean)
使用指定的主要、次要和子管理版本,以及屬性僅適用于 64 位架構,初始化 iOS 的新可用性屬性。
public iOSAttribute (byte major, byte minor, byte subminor, bool onlyOn64);
new ObjCRuntime.iOSAttribute : byte * byte * byte * bool -> ObjCRuntime.iOSAttribute
參數
- major
- Byte
主要版本號碼。
- minor
- Byte
次要版本號碼。
- subminor
- Byte
子管理員版本號碼。
- onlyOn64
- Boolean
如果屬性僅適用于 64 位架構。