Ejemplo n.º 1
0
		/// <summary>
		/// Used by the loader.
		/// </summary>
		internal PureAssembly(ApplicationContext/*!*/ applicationContext, Assembly/*!*/ realAssembly,
			PurePhpAssemblyAttribute/*!*/ attribute, LibraryConfigStore configStore)
			: base(applicationContext, realAssembly)
		{
			module = new PureModule(this);
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Used by the loader.
 /// </summary>
 internal PureAssembly(ApplicationContext /*!*/ applicationContext, Assembly /*!*/ realAssembly,
                       PurePhpAssemblyAttribute /*!*/ attribute, LibraryConfigStore configStore)
     : base(applicationContext, realAssembly)
 {
     module = new PureModule(this);
 }