System.Web.Compilation.AssemblyBuilder: Method Members

The methods of System.Web.Compilation.AssemblyBuilder are listed below. For a list of all members, see the AssemblyBuilder Members list.

See Also: Inherited members from System.Object

Public Methods

AddAssemblyReference(System.Reflection.Assembly)

Adds an assembly that is referenced by source code generated for a file.

AddCodeCompileUnit(BuildProvider, System.CodeDom.CodeCompileUnit)

Adds source code for the assembly in the form of a CodeDOM graph.

CreateCodeFile(BuildProvider) : System.IO.TextWriter

Allows a build provider to create a temporary source file, and include the source file in the assembly compilation.

CreateEmbeddedResource(BuildProvider, string) : System.IO.Stream

Allows a build provider to create a resource file to include in the assembly compilation.

GenerateTypeFactory(string)

Inserts a fast object factory template for a type into the compiled assembly.

GetTempFilePhysicalPath(string) : string

Generates a temporary file path.