Table of Contents

Class KnownAssemblies

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains some of the known assembly references.

public static class KnownAssemblies
Inheritance
KnownAssemblies

Fields

LibraryCommon

Gets 'Alternet.UI.Common' assembly.

LibraryInteropServices

Gets or loads 'System.Runtime.InteropServices' assembly.

LibraryMaui

Gets 'Alternet.UI.Maui' assembly if it is used in the application.

LibraryMicrosoftMaui

Gets 'Microsoft.Maui' assembly if it is used in the application.

LibraryMicrosoftMauiEssentials

Gets or loads 'Microsoft.Maui.Essentials' assembly.

Properties

AllLoadedAlternet

Gets list of assemblies which includes LibraryCommon and all loaded assemblies which use LibraryCommon.

AllReferenced

Gets list of assemblies which includes LibraryCommon and all loaded assemblies which use LibraryCommon.

Methods

PreloadReferenced()

Preloads all referenced assemblies in the current application domain. This method queues the loading of each referenced assembly to the thread pool.