This documentation is archived and is not being maintained.
BuildManager Methods
Visual Studio 2008
The BuildManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateInstanceFromVirtualPath | Processes a file, given its virtual path, and creates an instance of the result. |
|
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.) |
|
GetCachedBuildDependencySet | Returns a build dependency set for a virtual path if the path is located in the ASP.NET cache. |
|
GetCompiledAssembly | Compiles a file into an assembly given its virtual path. |
|
GetCompiledCustomString | Compiles a file, given its virtual path, and returns a custom string that the build provider persists in cache. |
|
GetCompiledType | Compiles a file, given its virtual path, and returns the compiled type. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetReferencedAssemblies | Returns a list of assembly references that all page compilations must reference. |
|
GetType | Overloaded. Finds a type in the top-level assemblies or in assemblies that are defined in configuration. |
|
GetVirtualPathDependencies | Provides a collection of virtual-path dependencies for a specified virtual path. |
|
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: