Loads an assembly given the long form of its name.
The loaded assembly.
Exception Type | Condition |
---|---|
ArgumentNullException | assemblyString is a a null reference (Nothing in Visual Basic). |
FileNotFoundException | assemblyString is not found. |
Determine the location of the Microsoft Access 11 Primary Interop Assembly by loading it using its fully qualified name, and copy it to the build directory.
<property name="access.pia.path" value="${assembly::get-location(assembly::load('Microsoft.Office.Interop.Access, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'))}" /> <copy file="${access.pia.path}" todir="${build.dir}" />
AssemblyFunctions Class | NAnt.Core.Functions Namespace