Click or drag to resize

AssemblyReference Constructor (String, String)

Create a new AssemblyReference with the specified name and optional hintpath.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public AssemblyReference(
	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