SupportedSimulatorAttribute(String) Constructor

Definition

Initializes a new SupportedSimulatorAttribute attribute.

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

Parameters

platformName
String

The platform where this API is supported in the simulator. Format: platform name (e.g., "ios", "tvos") optionally followed by a version number (e.g., "ios17.0").

Applies to