Class ReferenceDocsWriter
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.ReferenceDocs.IO
Assembly: Cephalon.ReferenceDocs.dll
Writes rendered reference documentation to the local file system.
public static class ReferenceDocsWriterInheritance
Section titled “Inheritance”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”WriteAsync(RenderedReferenceDocs, bool, CancellationToken)
Section titled “ WriteAsync(RenderedReferenceDocs, bool, CancellationToken)”Writes the supplied reference docs output to disk.
public static Task WriteAsync(RenderedReferenceDocs rendered, bool overwrite = true, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”rendered RenderedReferenceDocs
The rendered reference docs to write.
overwrite bool
true to overwrite existing files; otherwise the write fails when a target file exists.
cancellationToken CancellationToken
A token that can cancel the write operation.
Returns
Section titled “Returns”A task that completes when all files have been written.