C# Класс Bot.Core.Commands.PythonScriptCommand

Наследование: Command
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Execute ( IrcEventArgs e ) : IEnumerable
PythonScriptCommand ( string scriptPath, string name, bool async ) : System
PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System

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

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

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
Результат IEnumerable

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

public PythonScriptCommand ( string scriptPath, string name, bool async ) : System
scriptPath string
name string
async bool
Результат System

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

public PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System
scriptPath string
name string
async bool
aliases string
description string
Результат System