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.
Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
groupEditMode bool

Public Methods

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

Private Methods

Method Description
ChoosePluginDialog ( String plugins ) : int
TweakMode ( String command ) : void

Method Details

CommandProcessor() public method

public CommandProcessor ( ProfileManager manager ) : System
manager ProfileManager
return System

GetCommandSuggestions() public method

public GetCommandSuggestions ( String commandStub ) : String[]
commandStub String
return String[]

PluginForString() public method

public PluginForString ( Profile p, String pluginType ) : AcquisitorPlugin
p Profile
pluginType String
return ScanMaster.Acquire.Plugin.AcquisitorPlugin

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

groupEditMode public_oe property

public bool groupEditMode
return bool