The properties of ObjCRuntime.AvailabilityAttribute are listed below. For a list of all members, see the AvailabilityAttribute Members list.
See Also: Inherited members from System.Attribute
| [read-only] | AlwaysAvailable | bool. Indicates that the member or type can be assumed to always be available (on both OSX and iOS, as well as every version that is currently supported). |
| Deprecated | Platform. the first version in which the API was deprecated for a given platform; this means users should begin avoiding the API and migrating to a more suitable one, but it still technically works on the platform, but there is no guarantee for how long it will continue to work. | |
| [read-only] | DeprecatedArchitecture | Platform. Indicates the platforms on which the member or type has been deprecated. |
| [read-only] | DeprecatedVersion | Platform. Indicatess the platforms on which the member or type has been deprecated. |
| Introduced | Platform. The first version in which an API was introduced for a given platform. | |
| [read-only] | IntroducedArchitecture | Platform. The architectures on which the introduced version applies to. |
| [read-only] | IntroducedVersion | Platform. Intidcates the versions on which the feature was introduced. |
| Message | string. The message describing the limitations. | |
| Obsoleted | Platform. the first version in which the API was obsoleted (removed) from a given platform | |
| [read-only] | ObsoletedArchitecture | Platform. The architectures on which the obsoleted version applies to. |
| [read-only] | ObsoletedVersion | Platform. Indicates the versions on which the feature was obsoleted. |
| Unavailable | Platform. the API has never existed in a given platform. |