AssemblyBuilder Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddAssemblyReference(Assembly^) | Adds an assembly that is referenced by source code generated for a file. |
![]() | AddCodeCompileUnit(BuildProvider^, CodeCompileUnit^) | Adds source code for the assembly in the form of a CodeDOM graph. |
![]() | CreateCodeFile(BuildProvider^) | Allows a build provider to create a temporary source file, and include the source file in the assembly compilation. |
![]() | CreateEmbeddedResource(BuildProvider^, String^) | Allows a build provider to create a resource file to include in the assembly compilation. |
![]() | Equals(Object^) | 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(String^) | Inserts a fast object factory template for a type into the compiled assembly. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetTempFilePhysicalPath(String^) | Generates a temporary file path. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

