System.Web.Compilation.AssemblyBuilder Members

The members of System.Web.Compilation.AssemblyBuilder are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CodeDomProviderSystem.CodeDom.Compiler.CodeDomProvider.

Gets the compiler used to build source code into an assembly.

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.