BuildManager Members
.NET Framework 2.0
Provides a set of methods to help manage the compilation of an ASP.NET application. This class cannot be inherited.
The following tables list the members exposed by the BuildManager type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateInstanceFromVirtualPath | Processes a file given its virtual path and creates an instance of the result. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCachedBuildDependencySet | Returns a build dependency set for a virtual path if it is located in the ASP.NET cache. |
| GetCompiledAssembly | Compiles a file represented by a virtual path into an assembly. |
| GetCompiledCustomString | Compiles a file for a given 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 | |
| GetType | Overloaded. Finds a type within the top-level assemblies or assemblies defined in configuration. |
| GetVirtualPathDependencies | Provides a collection of virtual path dependencies for a specified virtual path. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: