Example #1
0
        // ReSharper disable once InconsistentNaming
        public ScriptPluginWrapper getPlugin(string pluginName)
        {
            var actions = methods.GetMethods(pluginName);

            return(actions != null ? new ScriptPluginWrapper(actions) : null);
        }