共用方式為


iOSAttribute 建構函式

定義

多載

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)

使用指定的架構、主要和次要版本,初始化 iOS 的新可用性屬性。

public iOSAttribute (byte major, byte minor);
new ObjCRuntime.iOSAttribute : byte * byte -> ObjCRuntime.iOSAttribute

參數

major
Byte

主要版本號碼。

minor
Byte

次要版本號碼。

適用於

iOSAttribute(Byte, Byte, Boolean)

使用指定的主要和次要版本,初始化 iOS 的新可用性屬性,如果屬性僅適用于 64 位架構,則為 。

public iOSAttribute (byte major, byte minor, bool onlyOn64 = false);
new ObjCRuntime.iOSAttribute : byte * byte * bool -> ObjCRuntime.iOSAttribute

參數

major
Byte

主要版本號碼。

minor
Byte

次要版本號碼。

onlyOn64
Boolean

如果屬性僅適用于 64 位架構。

適用於

iOSAttribute(Byte, Byte, Byte)

使用指定的架構、主要、次要和子版本,初始化 iOS 的新可用性屬性。

public iOSAttribute (byte major, byte minor, byte subminor);
new ObjCRuntime.iOSAttribute : byte * byte * byte -> ObjCRuntime.iOSAttribute

參數

major
Byte

主要版本號碼。

minor
Byte

次要版本號碼。

subminor
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 位架構。

適用於