PlatformKind
Namespace: BlazorNative.Core
The platform a running app reports through PlatformInfo.Platform. The ordinal is the ABI contract — the shell passes it through the init options; do not reorder.
public enum PlatformKind
Inheritance Object → ValueType → Enum → PlatformKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| DevHost | 0 | The in-process dev host / test harness (DevHostBridge) — no native shell. The safe default when a shell predates the platform-kind field. |
| Android | 1 | The Android shell. |
| iOS | 2 | The iOS shell. |
| Windows | 3 | The Windows shell. |
| Mac | 4 | The macOS shell. |