MauiAndroidEmulatorResource(String, MauiProjectResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A resource that represents an Android emulator for running a .NET MAUI application.
public MauiAndroidEmulatorResource(string name, Aspire.Hosting.Maui.MauiProjectResource parent);
new Aspire.Hosting.Maui.MauiAndroidEmulatorResource : string * Aspire.Hosting.Maui.MauiProjectResource -> Aspire.Hosting.Maui.MauiAndroidEmulatorResource
Public Sub New (name As String, parent As MauiProjectResource)
Parameters
- name
- String
The name of the Android emulator resource.
- parent
- MauiProjectResource
The parent MAUI project resource.