wwhelpimportvcx.CreateAssemblyDocumentation

This method can be used to create a new project (or import into an existing one), import an assembly, and generate HTML help and HTML output in a single step.

o.wwhelpimportvcx.CreateAssemblyDocumentation(lcAssembly, lcPath, lcProject, llIncludePrivates, llIncludeInheritedMembers, lnOverride, lnOutputMode)

Return Value

True or False

Parameters

lcAssembly
The full path to the assembly to import

lcPath
The path to the project (d:\temp\MyAppDocs)

lcProjectName
Name of the project (used only when project is created)

llIncludePrivates
Determines whether private members are imported

llIncludeInheritedMembers
Determines whether InheritedMembers are imported

lnOverride
Override mode for methods
1 - Don't overwrite fields that already has content i
2 - Always overwrite content

lnOutputMode
0 - Import assembly, generate HTML and CHM
1 - Import Assembly only
2 - Import Assembly and generate HTML only


See also:

Class wwhelpimportvcx

© West Wind Techologies, 1996-2023 • Updated: 02/01/05
Comment or report problem with topic