AssemblyImport
Imports a .NET assembly by creating a new project or adding to an existing project. Namespaces are added as top level nodes.
HelpBuilderConsole.exe ASSEMBLYIMPORT -a"c:\projects\assemblies\westwind.web.dll" -p"c:\temp\RazorHosting\RazorHosting.hbp" -ip -ii -chm
Parameters
-a[assemblyFileName]
The full path to a .dll or .exe assembly file. If the path contains spaces make sure to wrap it in quotes.
-p[projectFileName]
The full path to an .hbp file. If the path contains spaces make sure to wrap it in quotes.
-ip
When set imports protected members for each class.
-ii
When set imports inherited members for each class. Note that this can severely bloat the size of assembly imports as all base class methods are imported.
-chm
When set creates a Html and CHM output for the project after import
© West Wind Techologies, 1996-2023 • Updated: 08/11/15
Comment or report problem with topic