AssemblyBuilder Members

Provides a container for building an assembly from one or more virtual paths within an ASP.NET project.

The following tables list the members exposed by the AssemblyBuilder type.

  Name Description
Public property CodeDomProvider Gets the compiler used to build source code into an assembly.
Top

(see also Protected Methods )
  Name Description
Public method AddAssemblyReference Adds an assembly that is referenced by source code generated for a file.
Public method AddCodeCompileUnit Adds source code for the assembly in the form of a CodeDOM graph.
Public method CreateCodeFile Allows a build provider to create a temporary source file, and include the source file in the assembly compilation.
Public method CreateEmbeddedResource Allows a build provider to create a resource file to include in the assembly compilation.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GenerateTypeFactory Inserts a fast object factory template for a type into the compiled assembly.
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetTempFilePhysicalPath Generates a temporary file path.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: