Exemplo n.º 1
0
 public AgentCommandRegister(Command command, TypeConverterSet set)
 {
     _VersionProvider       = new AgentCommandVersionProvider();
     _Invokers              = new System.Collections.Generic.List <AgentCommand>();
     this._Command          = command;
     this._TypeConverterSet = set;
 }
Exemplo n.º 2
0
 public MethodStringInvoker(object instance, MethodInfo method, TypeConverterSet set)
 {
     this.Target       = instance;
     _TypeConverterSet = set;
     this.Method       = method;
 }
Exemplo n.º 3
0
 public void SetConverterSet(TypeConverterSet set)
 {
     _TypeConverterSet = set;
 }