Click or drag to resize

CodeObjectAsText Method (CodeObjectRenderFlags, Boolean, StackCodeWriterAlignmentState)

Convert the code object to text using the specified flags and format (file or string).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string AsText(
	CodeObjectRenderFlags flags,
	bool isFileFormat = false,
	Stack<CodeWriterAlignmentState> alignmentStateStack = null
)

Parameters

flags
Type: Nova.CodeDOMCodeObjectRenderFlags
isFileFormat (Optional)
Type: SystemBoolean
alignmentStateStack (Optional)
Type: System.Collections.GenericStackCodeWriterAlignmentState

Return Value

Type: String
See Also