docu Handle the argument argument Continue/true or exit/false All public or protected methods and properties on this class are available within documentation templates All of the assemblies being documented All of the namespaces in the assemblies being documented All of the types in the assemblies being documented The current namespace being documented within the special !namespace template The current type being documented withing the special !type template The path of the file that this view represents, relative to the output directory. Configures the pattern that will be used to construct links to methods referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The namespace of the type that contains the method {type}The short name of the type that contains the method {method}The name of method The default is {type.namespace}/{type}.htm#{method} The pattern used to construct the link Configures the pattern that will be used to construct links to types referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The namespace of the type {type}The short name of the type The default is {type.namespace}/{type}.htm The pattern used to construct the link Configures the pattern that will be used to construct links to properties referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The namespace of the type that contains the property {type}The short name of the type that contains the property {property}The name of the property The default is {type.namespace}/{type}.htm#{property} The pattern used to construct the link Configures the pattern that will be used to construct links to events referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The namespace of the type that contains the event {type}The short name of the type that contains the event {event}The name of the event The default is {type.namespace}/{type}.htm#{event} The pattern used to construct the link Configures the pattern that will be used to construct links to fields referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The namespace of the type that contains the field {type}The short name of the type that contains the field {field}The name of the field The default is {type.namespace}/{type}.htm#{field} The pattern used to construct the link Configures the pattern that will be used to construct links to namespaces referenced in the documentation of other symbols The pattern can be constructed using the following placeholders: {type.namespace}The name of the namespace The default is {namespace}.htm The pattern used to construct the link Returns the product name of an assembly Returns the description of an assembly Returns the title of an assembly Returns the version number of an assembly HTML encodes the content Returns the comments in a format suitable for display Returns a hyperlink to another symbol The format of the URL in the returned hyperlink can be controlled by the methods , , , , and Returns a comma-delimited list of the interfaces impleted by a given type Returns a comma-delimited list of the parameters of a given method Expands a path into a collection of output files given template path and a list of namespaces: test.htm.spark, null == [test.htm] !namespace.htm.spark, [one, two] == [one.htm, two.htm] !namespace/test.htm.spark, [one, two] == [one/test.htm, two/test.htm] Template path Namespaces List of resolved output matches