SupportedSimulatorAttribute(String) コンストラクター

定義

新しい SupportedSimulatorAttribute 属性を初期化します。

public SupportedSimulatorAttribute(string platformName);
new ObjCRuntime.SupportedSimulatorAttribute : string -> ObjCRuntime.SupportedSimulatorAttribute

パラメーター

platformName
String

シミュレーターでこの API がサポートされているプラットフォーム。 形式: プラットフォーム名 (例: "ios"、"tvos") の後にバージョン番号 (例: "ios17.0") が続きます。

適用対象