Dalamud.ConsoleInterfacesIConsoleCommandOn this pageInterface IConsoleCommand Interface representing a command in the console. Assembly: Dalamud.dll Declarationpublic interface IConsoleCommand : IConsoleEntry Methods Invoke(IEnumerable<object>) Execute this command. Declarationbool Invoke(IEnumerable<object> arguments) Returns