Click or drag to resize

commandTreeReportToolsReportCommandTree Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reports the command tree.

Namespace:  imbACE.Core.commands.tree
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static void ReportCommandTree(
	this commandTree tree,
	ITextRender output,
	bool paginate,
	int lastPageLine = 0,
	aceCommandConsoleHelpOptions option = aceCommandConsoleHelpOptions.full
)
Request Example View Source

Parameters

tree
Type: imbACE.Core.commands.treecommandTree
The tree.
output
Type: ITextRender
The output.
paginate
Type: SystemBoolean
lastPageLine (Optional)
Type: SystemInt32
option (Optional)
Type: imbACE.Core.commands.treeaceCommandConsoleHelpOptions

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type commandTree. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also