ManagedSyntaxWriter Class

This is used to write out syntax for managed code

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public class ManagedSyntaxWriter : SyntaxWriter
Inheritance
Object    SyntaxWriter    ManagedSyntaxWriter

Constructors

ManagedSyntaxWriter Constructor

Properties

Position The current position of the writer
(Overrides SyntaxWriterPosition)
RenderReferenceLinks This is used to indicate whether or not the syntax writer should render reference links as actual links.
(Inherited from SyntaxWriter)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteEndBlock Write an end block
(Overrides SyntaxWriterWriteEndBlock)
WriteEndSubBlock Write an end sub-block
(Overrides SyntaxWriterWriteEndSubBlock)
WriteIdentifier Write out an identifier
(Inherited from SyntaxWriter)
WriteKeyword Write out a keyword
(Inherited from SyntaxWriter)
WriteLine Write out a blank line
(Overrides SyntaxWriterWriteLine)
WriteLiteral Write out a literal
(Inherited from SyntaxWriter)
WriteMessage(String) Write out a message
(Inherited from SyntaxWriter)
WriteMessage(String, IEnumerableString) Write a message include item
(Overrides SyntaxWriterWriteMessage(String, IEnumerableString))
WriteParameter Write out a parameter
(Inherited from SyntaxWriter)
WriteReferenceLink(String) Write a reference link
(Overrides SyntaxWriterWriteReferenceLink(String))
WriteReferenceLink(String, String) Write a reference link with inner text
(Overrides SyntaxWriterWriteReferenceLink(String, String))
WriteStartBlock Write a start block
(Overrides SyntaxWriterWriteStartBlock(String, String))
WriteStartSubBlock Write a start sub-block
(Overrides SyntaxWriterWriteStartSubBlock(String))
WriteString Write a string value
(Overrides SyntaxWriterWriteString(String))
WriteStringWithStyle Write a string value with a style
(Overrides SyntaxWriterWriteStringWithStyle(String, String))

See Also