Click or drag to resize

aceCommandConsoleaceOperation_consoleHelp Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "console", Name = "Help", ShortName = "h", 
	Description = "Provides Type-specific help content for the console, lists of all supported commands, plugins, local variables...")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "If help option is not specified, it will ask user for type of help should be displayed")]
public void aceOperation_consoleHelp(
	aceCommandConsoleHelpOptions option = aceCommandConsoleHelpOptions.none,
	bool onlyThisConsole = true
)
Request Example View Source

Parameters

option (Optional)
Type: imbACE.Core.commands.treeaceCommandConsoleHelpOptions
onlyThisConsole (Optional)
Type: SystemBoolean

Implements

IAceCommandConsoleaceOperation_consoleHelp(aceCommandConsoleHelpOptions, Boolean)
See Also