BuildManager Methods
.NET Framework 3.0
(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 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. |
| 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: