Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
IrcShark
Extensions
Terminal
CommandCall
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.
Datei anzeigen
Open project: hapm/IrcShark
Class Usage Examples
Public Methods
Method
Description
CommandCall
(
string
line
) :
System
Initializes a new instance of the CommandCall class.
Method Details
CommandCall()
public
method
Initializes a new instance of the CommandCall class.
public
CommandCall
(
string
line
) :
System
line
string
The line to parse.
return
System