C# Class Tantric.Scripting.Command

Afficher le fichier Open project: TheEtiologist/tantric Class Usage Examples

Méthodes publiques

Méthode Description
Command ( String name, int arguments, CommandCallback callback ) : System
Invoke ( String commandLine ) : void

Method Details

Command() public méthode

public Command ( String name, int arguments, CommandCallback callback ) : System
name String
arguments int
callback CommandCallback
Résultat System

Invoke() public méthode

public Invoke ( String commandLine ) : void
commandLine String
Résultat void