Gets a list of commands that match a keyword commandName

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static List<CommandBase> GetGlobalCommands(
	string commandName
)

Parameters

commandName
Type: System..::..String
A String

Return Value

A [!:List]

See Also