Skip to main content

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 ObjectValueTypeEnumPlatformKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
DevHost0The in-process dev host / test harness (DevHostBridge) — no native shell. The safe default when a shell predates the platform-kind field.
Android1The Android shell.
iOS2The iOS shell.
Windows3The Windows shell.
Mac4The macOS shell.