SupportedSimulatorAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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").