IAssetLoader.

GetAssets(Uri, Uri) Method

Summary

Gets all assets of a folder and subfolders that match specified uri.
Namespace
Avalonia.Platform
Containing Type
IAssetLoader

Syntax

IEnumerable<Uri> GetAssets(Uri uri, Uri baseUri)

Parameters

Name Type Description
uri Uri The URI.
baseUri Uri The base URI.

Return Value

Type Description
IEnumerable<Uri> All matching assets as a tuple of the absolute path to the asset and the assembly containing the asset