MauiAndroidEmulatorResource Constructors
Class Constructors 1 member
A resource that represents an Android emulator for running a .NET MAUI application.
Constructor(string, MauiProjectResource) Section titled Constructor(string, MauiProjectResource) A resource that represents an Android emulator for running a .NET MAUI application.
public sealed class MauiAndroidEmulatorResource{ public MauiAndroidEmulatorResource( string name, MauiProjectResource parent) { // ... }}Parameters
name string The name of the Android emulator resource. parent MauiProjectResource The parent MAUI project resource.