C# Class Schumix.Irc.IrcCommandAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
IrcCommandAttribute ( ReplyCode command ) : System
IrcCommandAttribute ( int command ) : System
IrcCommandAttribute ( string command ) : System

Marks a method as an Schumix command.

Method Details

IrcCommandAttribute() public méthode

public IrcCommandAttribute ( ReplyCode command ) : System
command ReplyCode
Résultat System

IrcCommandAttribute() public méthode

public IrcCommandAttribute ( int command ) : System
command int
Résultat System

IrcCommandAttribute() public méthode

Marks a method as an Schumix command.
public IrcCommandAttribute ( string command ) : System
command string The command corresponding to this method.
Résultat System