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 ReferenceDocsApplicationInheritance
Section titled “Inheritance”object ← ReferenceDocsApplication
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”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)Parameters
Section titled “Parameters”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.
Returns
Section titled “Returns”The process exit code.