IntroducedAttribute 类

定义

指示何时在特定平台上首次引入 API 的属性。

public class IntroducedAttribute : ObjCRuntime.AvailabilityBaseAttribute
type IntroducedAttribute = class
    inherit AvailabilityBaseAttribute
继承
IntroducedAttribute
派生

注解

此类是创建实例的 AvailabilityBaseAttribute 快捷方式。

构造函数

IntroducedAttribute(PlatformName, Int32, Int32, Int32, PlatformArchitecture, String)

初始化一个新的可用性属性,该属性指定何时在指定平台上引入 API。

IntroducedAttribute(PlatformName, Int32, Int32, PlatformArchitecture, String)

初始化一个新的可用性属性,该属性指定何时在指定平台上引入 API。

IntroducedAttribute(PlatformName, PlatformArchitecture, String)

初始化一个新的可用性属性,指定 API 存在于指定的平台上。

属性

Architecture

属性应用于的体系结构 (仅 32 位、仅 64 位或 32 位和 64 位体系结构) 。

(继承自 AvailabilityBaseAttribute)
AvailabilityKind

此属性包含的可用性信息的类型。

(继承自 AvailabilityBaseAttribute)
Message

与可用性信息相关的其他信息。

(继承自 AvailabilityBaseAttribute)
Platform

此可用性属性适用的平台。

(继承自 AvailabilityBaseAttribute)
Version

引入、弃用、过时或变得不可用时的版本。

(继承自 AvailabilityBaseAttribute)

方法

ToString()

返回可用性属性的人类可读版本。

(继承自 AvailabilityBaseAttribute)

适用于