Click or drag to resize

CodeExamplesAnalyzer Constructor

Initializes a new instance of the CodeExamplesAnalyzer class with the specified default namespace and code base.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public CodeExamplesAnalyzer(
	string codeBase,
	string defaultNamespace
)

Parameters

codeBase
Type: SystemString
The root path of the directory tree where code example files are stored.
defaultNamespace
Type: SystemString
The default namespace.
Exceptions
ExceptionCondition
ArgumentNullExceptiondefaultNamespace is null.
ArgumentException The directory specified in parameter codeBase does not exist or an error occurs when trying to determine if the specified path exists.
See Also