Reference directive

The reference directive is used to reference external assemblies for use in your scripts.

Usage

The directive has one parameter which is the path to the dll to load.

#r "bin/myassembly.dll"
or
#reference "bin/myassembly.dll"