ProjectLoadAssembly Method |
Load an assembly.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public LoadedAssembly LoadAssembly(
string assemblyName,
string hintPath,
out string errorMessage,
Reference reference
)
Parameters
- assemblyName
- Type: SystemString
The display name, file name, or short name of the assembly. - hintPath
- Type: SystemString
Optional full file specification of the assembly. - errorMessage
- Type: SystemString
Returns an error message string if there was one. - reference
- Type: Nova.CodeDOMReference
The Reference object associated with the assembly.
Return Value
Type:
LoadedAssemblyThe LoadedAssembly object.
See Also