Loads the named assembly. If the assembly has already been loaded, it will simply return the loaded assembly.
public static Assembly LoadAssembly(string);
Loads the named assembly from the specified directory, if possible.
public static Assembly LoadAssembly(string,string);
TypeLoader Class | Wolfram.NETLink Namespace