IAssetLoader.

GetAssembly(Uri, Uri) Method

Summary

Extracts assembly information from URI
Namespace
Avalonia.Platform
Containing Type
IAssetLoader

Syntax

Assembly GetAssembly(Uri uri, Uri baseUri = null)

Parameters

Name Type Description
uri Uri The URI.
baseUri Uri A base URI to use if uri is relative.

Return Value

Type Description
Assembly Assembly associated with the Uri