csharp
public record class DeviceEntryOne thing a build can be deployed to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public string IdA stable identifier — a serial number, a host name.
public string NameWhat to call it.
public DeviceKind KindWhat kind of thing it is.
public string PlatformWhat it runs — "Android 14", "Windows 11", "Safari 18".
public DeviceStatus StatusWhat it is doing.
public string? EndpointWhere the remote inspector would attach, or when nothing is listening.
Methods (1)
public DeviceEntry(string Id, string Name, DeviceKind Kind, string Platform, DeviceStatus Status = Available, string? Endpoint = null)One thing a build can be deployed to.
Used by (9)
- BuildSettingsTestsVixen.Editor.App.Tests
- DeviceManagerVixen.Editor.Debugger
- DeviceManagerViewVixen.Editor.Debugger
- DiagnosticsModuleVixen.Editor.Diagnostics
- EditorApplicationVixen.Editor.App
- IDeviceDeployVixen.Editor.Debugger
- IDeviceProviderVixen.Editor.Debugger
- LocalDeviceProviderVixen.Editor.Debugger
- PlayerDeployVixen.Editor.App