C# Class SharpIRC.UserCommand

Datei anzeigen Open project: tamaw/SharpIRC

Public Properties

Property Type Description
Commandlets List

Public Methods

Method Description
AddCommandlet ( string matchingText, Action action ) : void
Cook ( string commandString ) : void

Private Methods

Method Description
UserCommand ( ) : System

Method Details

AddCommandlet() public static method

public static AddCommandlet ( string matchingText, Action action ) : void
matchingText string
action Action
return void

Cook() public static method

public static Cook ( string commandString ) : void
commandString string
return void

Property Details

Commandlets public_oe static_oe property

public static List Commandlets
return List