次の方法で共有


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

API が導入、非推奨、廃止、または使用できなくなったバージョン。

(継承元 AvailabilityBaseAttribute)

メソッド

ToString()

人間が読み取り可能なバージョンの可用性属性を返します。

(継承元 AvailabilityBaseAttribute)

適用対象