MacAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MacAttribute(Byte, Byte) |
使用指定的主版本和次要版本初始化 macOS 的新可用性属性。 |
MacAttribute(Byte, Byte, PlatformArchitecture) |
使用指定的体系结构、主要版本和次要版本初始化 macOS 的新可用性属性。 |
MacAttribute(Byte, Byte, Boolean) |
使用指定的主版本和次要版本初始化 macOS 的新可用性属性,如果属性仅适用于 64 位体系结构,则初始化该属性。 |
MacAttribute(Byte, Byte, Byte) |
使用指定的主版本、次要版本和次级版本初始化 macOS 的新可用性属性。 |
MacAttribute(Byte, Byte, Byte, PlatformArchitecture) |
使用指定的体系结构、主要版本、次要版本和次级版本初始化 macOS 的新可用性属性。 |
MacAttribute(Byte, Byte, Byte, Boolean) |
使用指定的主要版本、次要版本和次级版本初始化 macOS 的新可用性属性,如果属性仅适用于 64 位体系结构,则初始化该属性。 |
MacAttribute(Byte, Byte)
MacAttribute(Byte, Byte, PlatformArchitecture)
使用指定的体系结构、主要版本和次要版本初始化 macOS 的新可用性属性。
public MacAttribute (byte major, byte minor, ObjCRuntime.PlatformArchitecture arch);
new ObjCRuntime.MacAttribute : byte * byte * ObjCRuntime.PlatformArchitecture -> ObjCRuntime.MacAttribute
参数
- major
- Byte
主版本号。
- minor
- Byte
次版本号。
- arch
- PlatformArchitecture
体系结构。
适用于
MacAttribute(Byte, Byte, Boolean)
MacAttribute(Byte, Byte, Byte)
MacAttribute(Byte, Byte, Byte, PlatformArchitecture)
使用指定的体系结构、主要版本、次要版本和次级版本初始化 macOS 的新可用性属性。
public MacAttribute (byte major, byte minor, byte subminor, ObjCRuntime.PlatformArchitecture arch);
new ObjCRuntime.MacAttribute : byte * byte * byte * ObjCRuntime.PlatformArchitecture -> ObjCRuntime.MacAttribute
参数
- major
- Byte
主版本号。
- minor
- Byte
次版本号。
- subminor
- Byte
子版本号。
- arch
- PlatformArchitecture
体系结构。
适用于
MacAttribute(Byte, Byte, Byte, Boolean)
使用指定的主要版本、次要版本和次级版本初始化 macOS 的新可用性属性,如果属性仅适用于 64 位体系结构,则初始化该属性。
public MacAttribute (byte major, byte minor, byte subminor, bool onlyOn64);
new ObjCRuntime.MacAttribute : byte * byte * byte * bool -> ObjCRuntime.MacAttribute
参数
- major
- Byte
主版本号。
- minor
- Byte
次版本号。
- subminor
- Byte
子版本号。
- onlyOn64
- Boolean
如果 属性仅适用于 64 位体系结构。