ObjCRuntime.AvailabilityAttribute: Method Members

The methods of ObjCRuntime.AvailabilityAttribute are listed below. For a list of all members, see the AvailabilityAttribute Members list.

See Also: Inherited members from System.Attribute

Public Methods

static
Get(System.Reflection.MemberInfo) : AvailabilityAttribute
Convenience method to fetch the ObjCRuntime.AvailabilityAttribute from a MemberInfo.
static
Merge(IEnumerable<object>) : AvailabilityAttribute
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() : string
Returns a human readable version of the availability attribute.