ข้ามไปยังเนื้อหา

Class ReferenceDocsWriter

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Writes rendered reference documentation to the local file system.

public static class ReferenceDocsWriter

objectReferenceDocsWriter

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

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)

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.

Task

A task that completes when all files have been written.