ClientBuildManager Members
.NET Framework 2.0
Provides compilation services for ASP.NET applications.
The following tables list the members exposed by the ClientBuildManager type.
| Name | Description | |
|---|---|---|
| ClientBuildManager | Overloaded. Initializes a new instance of the ClientBuildManager class. |
| Name | Description | |
|---|---|---|
| CodeGenDir | Gets the physical path to the directory used for code generation. |
| IsHostCreated | Gets a value that indicates whether an application domain for compiling ASP.NET Web applications has been created. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CompileApplicationDependencies | Compiles application-dependent files, such as files in the App_Code directory, the Global.asax file, resource files, and Web references. |
| CompileFile | Overloaded. Compiles the file represented by the virtual path. |
| CreateObject | Creates an object in the application domain of the ASP.NET runtime. |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateCode | Generates code from the contents of a file. |
| GenerateCodeCompileUnit | Overloaded. Returns the codeDOM tree, compiler type, and compiler parameters for a file represented by a virtual path. |
| GetAppDomainShutdownDirectories | Gets the directories with files that, when changed, cause the application domain to shut down. |
| GetBrowserDefinitions | Gets a collection of browser elements. |
| GetCodeDirectoryInformation | Gets information about the compiler type, compiler parameters, and the directory in which to store code files generated from non-code files such as .wsdl files. |
| GetCompiledType | Compiles the file represented by the virtual path and returns its compiled type. |
| GetCompilerParameters | Returns the compiler type and parameters that are used to build a file represented by a virtual path. |
| GetGeneratedFileVirtualPath | Returns the virtual path of a generated file. |
| GetGeneratedSourceFile | Gets the physical path to the generated file for a virtual path. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetTopLevelAssemblyReferences | Returns an array of the assemblies defined in the Bin directory and the <assembly> section of the Web configuration file. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetVirtualCodeDirectories | Returns the virtual paths to the App_Code directory and its subdirectories in an ASP.NET application. |
| InitializeLifetimeService | Overridden. Gives the application domain an infinite lifetime by preventing a lease from being created. |
| IsCodeAssembly | Indicates whether an assembly is a code assembly. |
| PrecompileApplication | Overloaded. Precompiles an ASP.NET application. |
| 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) |
| Unload | Unloads the application domain for compiling ASP.NET Web applications. |
| 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 | Overloaded. (inherited from MarshalByRefObject) |
| Name | Description | |
|---|---|---|
| AppDomainShutdown | Occurs when an application domain is shut down. |
| AppDomainStarted | Occurs when an application domain is started. |
| AppDomainUnloaded | Occurs when an application domain is unloaded. |
Community Additions
ADD
Show: