Table of Contents

Method GetAssemblyByName

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

GetAssemblyByName(string)

Gets Assembly with the specified name searching it through all assemblies of the current domain.

public static Assembly? GetAssemblyByName(string name)

Parameters

name string

Name of the assembly.

Returns

Assembly