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.12.21.0
public class ManagedSyntaxWriter : SyntaxWriter
Inheritance
Object    SyntaxWriter    ManagedSyntaxWriter

Constructors

ManagedSyntaxWriter Constructor

Properties

Position The current position of the writer
(Overrides SyntaxWriter.Position)
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 SyntaxWriter.WriteEndBlock())
WriteEndSubBlock Write an end sub-block
(Overrides SyntaxWriter.WriteEndSubBlock())
WriteIdentifier Write out an identifier
(Inherited from SyntaxWriter)
WriteKeyword Write out a keyword
(Inherited from SyntaxWriter)
WriteLine Write out a blank line
(Overrides SyntaxWriter.WriteLine())
WriteLiteral Write out a literal
(Inherited from SyntaxWriter)
WriteMessage(String) Write out a message
(Inherited from SyntaxWriter)
WriteMessage(String, IEnumerable<String>) Write a message include item
(Overrides SyntaxWriter.WriteMessage(String, IEnumerable<String>))
WriteParameter Write out a parameter
(Inherited from SyntaxWriter)
WriteReferenceLink(String) Write a reference link
(Overrides SyntaxWriter.WriteReferenceLink(String))
WriteReferenceLink(String, String) Write a reference link with inner text
(Overrides SyntaxWriter.WriteReferenceLink(String, String))
WriteStartBlock Write a start block
(Overrides SyntaxWriter.WriteStartBlock(String, String))
WriteStartSubBlock Write a start sub-block
(Overrides SyntaxWriter.WriteStartSubBlock(String))
WriteString Write a string value
(Overrides SyntaxWriter.WriteString(String))
WriteStringWithStyle Write a string value with a style
(Overrides SyntaxWriter.WriteStringWithStyle(String, String))

See Also