C# Class ScanMaster.CommandProcessor

This class has its Run method called by the controller in its own thread. The class reads input from the command manager window and processes it.
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
groupEditMode bool

Méthodes publiques

Méthode Description
CommandProcessor ( ProfileManager manager ) : System
GetCommandSuggestions ( String commandStub ) : String[]
PluginForString ( Profile p, String pluginType ) : AcquisitorPlugin
Run ( ) : void
Start ( ) : void

Private Methods

Méthode Description
ChoosePluginDialog ( String plugins ) : int
TweakMode ( String command ) : void

Method Details

CommandProcessor() public méthode

public CommandProcessor ( ProfileManager manager ) : System
manager ProfileManager
Résultat System

GetCommandSuggestions() public méthode

public GetCommandSuggestions ( String commandStub ) : String[]
commandStub String
Résultat String[]

PluginForString() public méthode

public PluginForString ( Profile p, String pluginType ) : AcquisitorPlugin
p Profile
pluginType String
Résultat ScanMaster.Acquire.Plugin.AcquisitorPlugin

Run() public méthode

public Run ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

groupEditMode public_oe property

public bool groupEditMode
Résultat bool