Ejemplo n.º 1
0
        public override object Interop(string command, object args)
        {
            Invoking();

            if (_ModuleHost == null)
            {
                throw new InvalidOperationException("Module does not have a host.");
            }

            return(_ModuleHost.Interop(command, args));
        }