Rowan home > Reference > AddAssembly

#addassembly: Add .Net Assembly

Module: Main
Syntax: #addassembly str
Errors: System.InvalidCastException, System.MissingMemberException.

Adds the assembly in str into Rowan’s list of assemblies, which it checks through when attempting to resolve a .Net type reference. The value in str can be the name of the assembly or the filename of a DLL or EXE in which the assembly resides. If no extension is provided, the target is assumed to be a DLL.