C# Class Schumix.Irc.IrcCommandAttribute

Inheritance: System.Attribute
Mostra file Open project: Schumix/Schumix2

Public Methods

Method Description
IrcCommandAttribute ( ReplyCode command ) : System
IrcCommandAttribute ( int command ) : System
IrcCommandAttribute ( string command ) : System

Marks a method as an Schumix command.

Method Details

IrcCommandAttribute() public method

public IrcCommandAttribute ( ReplyCode command ) : System
command ReplyCode
return System

IrcCommandAttribute() public method

public IrcCommandAttribute ( int command ) : System
command int
return System

IrcCommandAttribute() public method

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