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 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:
StringSee Also