Ejemplo n.º 1
0
        public ExperimentPackagingHelper(ExperimentPackageConfig pConfig, Dictionary <string, Type> pSupportedTypes)
        {
            this.m_typeAssemblies      = new HashSet <string>();
            this.m_componentAssemblies = new HashSet <string>();
            this.m_files       = new HashSet <PackageFileInfo>();
            this.m_directories = new HashSet <PackageFileInfo>();

            this.m_supportedTypes = pSupportedTypes;
            this.m_config         = pConfig;
        }
Ejemplo n.º 2
0
        public ExperimentPackagingHelper(ExperimentPackageConfig pConfig, Dictionary<string, Type> pSupportedTypes)
        {
            this.m_typeAssemblies = new HashSet<string>();
            this.m_componentAssemblies = new HashSet<string>();
            this.m_files = new HashSet<PackageFileInfo>();
            this.m_directories = new HashSet<PackageFileInfo>();

            this.m_supportedTypes = pSupportedTypes;
            this.m_config = pConfig;
        }