Esempio n. 1
0
        //------------------------------------------Plug-in Loading-------------------------------------//

        // Delegate to the type resolver to search all assemblies representing plug-ins.
        private void LoadManifestRegistry()
        {
            var validator = new ManifestValidation(this.Registry);

            _typeResover.Initialize(this.LoggerFactory);
            _typeResover.SetPluginManifests(this.Registry);
            validator.Validate();

            LogManifests(this.Registry);
        }