PlatformName Enum
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.
This enum is used in the availability attributes to specify which platform any given attribute applies to.
public enum PlatformName
type PlatformName =
- Inheritance
-
PlatformName
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unspecified platform. |
MacOSX | 1 | The macOS platform. |
iOS | 2 | The iOS platform. |
WatchOS | 3 | The watchOS platform. |
TvOS | 4 | The tvOS platform. |