Skip to content

Class ReferenceDocsApplication

Namespace: Cephalon.ReferenceDocs
Assembly: Cephalon.ReferenceDocs.dll

Hosts the main command-dispatch entry point for the Cephalon reference docs generator.

public static class ReferenceDocsApplication

objectReferenceDocsApplication

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

RunAsync(string[], TextWriter, TextWriter, CancellationToken)

Section titled “ RunAsync(string[], TextWriter, TextWriter, CancellationToken)”

Runs the reference docs generator for the supplied arguments and writers.

public static Task<int> RunAsync(string[] args, TextWriter output, TextWriter error, CancellationToken cancellationToken = default)

args string[]

The command-line arguments to execute.

output TextWriter

The writer used for standard output.

error TextWriter

The writer used for error output.

cancellationToken CancellationToken

A token that can cancel execution.

Task<int>

The process exit code.