Table of Contents

Method LoadAssemblyMetadata

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

LoadAssemblyMetadata(string, MetadataLoadContext?)

Loads an assembly metadata from a specific path on the disk.

public static Assembly? LoadAssemblyMetadata(string pathToDll, MetadataLoadContext? context = null)

Parameters

pathToDll string

The path to the assembly.

context MetadataLoadContext

The optional context to load the assembly from.

Returns

Assembly

The loaded assembly.