MauiiOSDeviceResource Constructors
ClassConstructors1 member
A resource that represents an iOS physical device for running a .NET MAUI application.
Constructor(string, MauiProjectResource)Section titled Constructor(string, MauiProjectResource) A resource that represents an iOS physical device for running a .NET MAUI application.
public sealed class MauiiOSDeviceResource{ public MauiiOSDeviceResource( string name, MauiProjectResource parent) { // ... }}Parameters
namestringThe name of the iOS device resource.parentMauiProjectResourceThe parent MAUI project resource.