Enum MacModifierSymbols.UsageKind
Specifies the usage of macOS-specific symbols in a cross-platform context.
public enum MacModifierSymbols.UsageKind
Fields
Always = 1Always use macOS symbols regardless of the platform.
Never = 2Never use macOS symbols.
PlatformSpecific = 0Use macOS symbols only on macOS platform.
Remarks
This enumeration defines the behavior for including macOS-specific symbols in an application. It allows developers to control whether macOS symbols are used based on the platform or always excluded.