System.Web.UI.ApplicationFileParser.CompileIntoType C# (CSharp) Method

CompileIntoType() protected method

protected CompileIntoType ( ) : Type
return System.Type
		protected override Type CompileIntoType ()
		{
			return GlobalAsaxCompiler.CompileApplicationType (this);
		}