C# Класс VmcController.AddIn.RemoteCommands

Manages the list of available remote commands
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommandList ( ) : VmcController.AddIn.OpResult

Returns a multi-line list of commands and syntax

CommandList ( int port ) : VmcController.AddIn.OpResult
CommandListHTML ( int port ) : VmcController.AddIn.OpResult
Execute ( String command, string param ) : VmcController.AddIn.OpResult

Executes a command with the given parameter string and returns a string return

RemoteCommands ( ) : System

Initializes a new instance of the RemoteCommands class.

Описание методов

CommandList() публичный Метод

Returns a multi-line list of commands and syntax
public CommandList ( ) : VmcController.AddIn.OpResult
Результат VmcController.AddIn.OpResult

CommandList() публичный Метод

public CommandList ( int port ) : VmcController.AddIn.OpResult
port int
Результат VmcController.AddIn.OpResult

CommandListHTML() публичный Метод

public CommandListHTML ( int port ) : VmcController.AddIn.OpResult
port int
Результат VmcController.AddIn.OpResult

Execute() публичный Метод

Executes a command with the given parameter string and returns a string return
public Execute ( String command, string param ) : VmcController.AddIn.OpResult
command String command name string
param string parameter string
Результат VmcController.AddIn.OpResult

RemoteCommands() публичный Метод

Initializes a new instance of the RemoteCommands class.
public RemoteCommands ( ) : System
Результат System