IMauiPlatformResource
Interface net10.0
Marker interface for MAUI platform-specific resources (Windows, Android, iOS, Mac Catalyst).
namespace Aspire.Hosting.Maui;
public interface IMauiPlatformResource : Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Maui.MauiProjectResource>{ // ...} IResourceIResourceWithParentIResourceWithParent<MauiProjectResource>
Remarks
Section titled Remarks This interface is used to identify resources that represent a specific platform instance of a MAUI application, allowing for common handling across all MAUI platforms. All MAUI platform resources have a parent
MauiProjectResource.