C# Class Mono.Cecil.Inject.AssemblyLoader

Class for assembly loading methods.
Mostra file Open project: denikson/Mono.Cecil.Inject

Public Methods

Method Description
LoadAssembly ( string path ) : AssemblyDefinition

Loads an assembly from the specified path.

Method Details

LoadAssembly() public static method

Loads an assembly from the specified path.
public static LoadAssembly ( string path ) : AssemblyDefinition
path string Path to the assembly. Can be either relative (to the executing assembly directory) or absolute.
return AssemblyDefinition