Loads an assembly given its file name or path.
Assembly assembly::load-from-file(assemblyFile)
Parameters
Name | Type | Description |
---|---|---|
assemblyFile | string | The name or path of the file that contains the manifest of the assembly. |
Return Value
The loaded assembly.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions