C# Class SharpIRC.UserCommand

Afficher le fichier Open project: tamaw/SharpIRC

Méthodes publiques

Свойство Type Description
Commandlets List

Méthodes publiques

Méthode Description
AddCommandlet ( string matchingText, Action action ) : void
Cook ( string commandString ) : void

Private Methods

Méthode Description
UserCommand ( ) : System

Method Details

AddCommandlet() public static méthode

public static AddCommandlet ( string matchingText, Action action ) : void
matchingText string
action Action
Résultat void

Cook() public static méthode

public static Cook ( string commandString ) : void
commandString string
Résultat void

Property Details

Commandlets public_oe static_oe property

public static List Commandlets
Résultat List