This documentation is archived and is not being maintained.
AssemblyBuilder Methods
Visual Studio 2008
The AssemblyBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddAssemblyReference | Adds an assembly that is referenced by source code generated for a file. |
|
AddCodeCompileUnit | Adds source code for the assembly in the form of a CodeDOM graph. |
|
CreateCodeFile | Allows a build provider to create a temporary source file, and include the source file in the assembly compilation. |
|
CreateEmbeddedResource | Allows a build provider to create a resource file to include in the assembly compilation. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GenerateTypeFactory | Inserts a fast object factory template for a type into the compiled assembly. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetTempFilePhysicalPath | Generates a temporary file path. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: