Beispiel #1
0
 private PurePhpAssemblyAttribute GetAttribute()
 {
     return(PurePhpAssemblyAttribute.Reflect(RealAssembly));
 }
Beispiel #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);
		}
Beispiel #3
0
 /// <summary>
 /// Used by the loader.
 /// </summary>
 internal PureAssembly(ApplicationContext /*!*/ applicationContext, Assembly /*!*/ realAssembly,
                       PurePhpAssemblyAttribute /*!*/ attribute, LibraryConfigStore configStore)
     : base(applicationContext, realAssembly)
 {
     module = new PureModule(this);
 }