Click or drag to resize

ProjectAddAssemblyReference Method (String, String)

Add an assembly reference by name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AddAssemblyReference(
	string name,
	string hintPath = null
)

Parameters

name
Type: SystemString
The short name or display name of the assembly.
hintPath (Optional)
Type: SystemString
The full path, including the file name, of where the assembly is expected to be (not required if the assembly is in the GAC).
See Also