C# Class IrcShark.Extensions.Terminal.CommandCall

The CommandCall class is used to parse a command from a text line to give easy access to its parameters.
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
CommandCall ( string line ) : System

Initializes a new instance of the CommandCall class.

Method Details

CommandCall() public méthode

Initializes a new instance of the CommandCall class.
public CommandCall ( string line ) : System
line string The line to parse.
Résultat System