C# Class Bot.Core.Commands.PythonScriptCommand

Inheritance: Command
Afficher le fichier Open project: Crobol/Bot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( IrcEventArgs e ) : IEnumerable
PythonScriptCommand ( string scriptPath, string name, bool async ) : System
PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System

Method Details

Execute() public méthode

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
Résultat IEnumerable

PythonScriptCommand() public méthode

public PythonScriptCommand ( string scriptPath, string name, bool async ) : System
scriptPath string
name string
async bool
Résultat System

PythonScriptCommand() public méthode

public PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System
scriptPath string
name string
async bool
aliases string
description string
Résultat System