Table of Contents

Method GetOrLoadAssemblyByName

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

GetOrLoadAssemblyByName(string)

Gets Assembly with the specified name searching it through all assemblies of the current domain. If assembly is not found, tries to load it.

public static Assembly? GetOrLoadAssemblyByName(string name)

Parameters

name string

Name of the assembly.

Returns

Assembly