Table of Contents

Method DoCommand

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoCommand(string, params object?[])

Executes a command with the specified name and parameters.

object? DoCommand(string cmdName, params object?[] args)

Parameters

cmdName string

Name of the command to execute.

args object[]

Parameters of the command.

Returns

object

A object representing the result of the command execution.