C# 클래스 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.
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
groupEditMode bool

공개 메소드들

메소드 설명
CommandProcessor ( ProfileManager manager ) : System
GetCommandSuggestions ( String commandStub ) : String[]
PluginForString ( Profile p, String pluginType ) : AcquisitorPlugin
Run ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
ChoosePluginDialog ( String plugins ) : int
TweakMode ( String command ) : void

메소드 상세

CommandProcessor() 공개 메소드

public CommandProcessor ( ProfileManager manager ) : System
manager ProfileManager
리턴 System

GetCommandSuggestions() 공개 메소드

public GetCommandSuggestions ( String commandStub ) : String[]
commandStub String
리턴 String[]

PluginForString() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

groupEditMode 공개적으로 프로퍼티

public bool groupEditMode
리턴 bool