Method DoCommand
DoCommand(string, params object?[])
Executes a command with the specified name and parameters.
object? DoCommand(string cmdName, params object?[] args)
Executes a command with the specified name and parameters.
object? DoCommand(string cmdName, params object?[] args)