2 using System.Collections.Generic;
5 using System.Reflection;
7 namespace PlugInsInterfaces.PluginTypes
12 [Obfuscation(Feature =
"renaming", Exclude =
true)]
20 [Obfuscation(Feature =
"renaming", Exclude =
true)]
21 string[] AvailableCommandsForThisPlugin();
29 [Obfuscation(Feature =
"renaming", Exclude =
true)]
30 bool RunCommand(
string command,
string[] args);
Interface that any class must implement in order to be loaded in GREET as a plugin ...
Specify the members for a plugin that can execute command line commands