Novacta.Documentation.CodeExamples Namespace

Provides types supporting automatic execution and output captures of code examples to be included in documentation files.

Classes

CodeExampleInfo Provides information about a source code example.
CodeExamplesAnalyzer Analyzes code examples by executing exemplified code and capturing output and error information.
CSharpLanguage Represents the C# programming language.
ProgrammingLanguage Represents a programming language.

Interfaces

IAsyncCodeExample Represents a code example that executes asyncrhonously.
ICodeExample Represents a code example that executes synchronously.