AssetLoader.

SetDefaultAssembly(Assembly) Method

Summary

Sets the default assembly from which to load assets for which no assembly is specified.
Namespace
Avalonia.Shared.PlatformSupport
Containing Type
AssetLoader

Syntax

public void SetDefaultAssembly(Assembly assembly)

Parameters

Name Type Description
assembly Assembly The default assembly.

Return Value

Type Description
void