LoadAssembly Method
LoadAssembly(String)
Load the assembly with the specified name. You can override this method to implement custom assembly lookup.
Declaration
public virtual Assembly LoadAssembly(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.Reflection.Assembly |