[]
Executes a command with the specified parameter.
public bool ExecuteCommand(string commandName, object parameter)
Public Function ExecuteCommand(commandName As String, parameter As Object) As Boolean
Type | Name | Description |
---|---|---|
string | commandName | A string value indicates the command. |
object | parameter | An object instance indicates the command parameter. |
Type | Description |
---|---|
bool |
|
Executes a command with the specified parameter.
public bool ExecuteCommand(BuiltInCommands command, object parameter)
Public Function ExecuteCommand(command As BuiltInCommands, parameter As Object) As Boolean
Type | Name | Description |
---|---|---|
BuiltInCommands | command | A BuiltInCommands value indicates the command. |
object | parameter | An object instance indicates the command parameter. |
Type | Description |
---|---|
bool |
|