Summary
    Loads an assembly from the specified path.
    
		- Namespace
 - Cake
.Core .Reflection  - Containing Type
 - AssemblyLoader
 
Syntax
public Assembly Load(FilePath path, bool verify)
	Parameters
| Name | Type | Description | 
|---|---|---|
| path | FilePath | The assembly path to load. | 
| verify | bool | If the assembly should be verified whether or not it will work properly with Cake or not. | 
Return Value
| Type | Description | 
|---|---|
| Assembly | The loaded assembly. | 
