<PackageReference Include="NUnit" Version="3.2.1" />

AssemblyHelper

public class AssemblyHelper
AssemblyHelper provides static methods for working with assemblies.
public AssemblyHelper()

public static AssemblyName GetAssemblyName(Assembly assembly)

Gets the AssemblyName of an assembly.

public static string GetAssemblyPath(Type type)

Gets the path from which the assembly defining a type was loaded.

public static string GetAssemblyPath(Assembly assembly)

Gets the path from which an assembly was loaded. For builds where this is not possible, returns the name of the assembly.

public static Assembly Load(string name)

Loads an assembly given a string, which is the AssemblyName