<PackageReference Include="NUnit" Version="3.0.0-alpha-4" />

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.

public static string GetAssemblyPathFromCodeBase(string codeBase)

Gets the assembly path from code base.

public static string GetDirectoryName(Assembly assembly)

Gets the path to the directory from which an assembly was loaded.