The members of ObjCRuntime.AvailabilityAttribute are listed below.
See Also: Inherited members from System.Attribute
| Default constructor, sets not availability. | ||
| Defines the availability range of a particular API. |
| [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. |
static | Get(System.Reflection.MemberInfo)Convenience method to fetch the ObjCRuntime.AvailabilityAttribute from a MemberInfo. | |
static | Merge(IEnumerable<object>)Returns an availability attribute that is made up of the merged Introduced, Obsoleted, Deprecated and Unavailable properties (including a concatenated version of the message attribute). | |
override | ToString()Returns a human readable version of the availability attribute. | |