The members of System.Web.Compilation.ClientBuildManager are listed below.
See Also: Inherited members from System.MarshalByRefObject
Initializes a new instance of the System.Web.Compilation.ClientBuildManager class without a specified target directory or precompilation flags. | ||
Initializes a new instance of the System.Web.Compilation.ClientBuildManager class with the specified target directory. | ||
Initializes a new instance of the System.Web.Compilation.ClientBuildManager class with the specified target directory and compilation parameter. |
[read-only] | CodeGenDir | string.
Gets the physical path to the directory used for code generation. |
[read-only] | IsHostCreated | bool.
Gets a value that indicates whether an application domain for compiling ASP.NET Web applications has been created. |
CompileApplicationDependencies()
| ||
CompileFile(string)
| ||
CompileFile(string, ClientBuildManagerCallback)
| ||
CreateObject(Type, bool)
| ||
GenerateCode(string, string, out IDictionary)Documentation for this section has not yet been entered. | ||
GenerateCodeCompileUnit(string, out Type, out System.CodeDom.Compiler.CompilerParameters, out IDictionary)Documentation for this section has not yet been entered. | ||
GenerateCodeCompileUnit(string, string, out Type, out System.CodeDom.Compiler.CompilerParameters, out IDictionary)Documentation for this section has not yet been entered. | ||
GetAppDomainShutdownDirectories()
| ||
GetBrowserDefinitions()
| ||
GetCodeDirectoryInformation(string, out Type, out System.CodeDom.Compiler.CompilerParameters, out string)Documentation for this section has not yet been entered. | ||
GetCompiledType(string)
| ||
GetCompilerParameters(string, out Type, out System.CodeDom.Compiler.CompilerParameters)Documentation for this section has not yet been entered. | ||
GetGeneratedFileVirtualPath(string)
| ||
GetGeneratedSourceFile(string)
| ||
GetTopLevelAssemblyReferences(string)
| ||
GetVirtualCodeDirectories()
| ||
override | InitializeLifetimeService()
| |
IsCodeAssembly(string)
| ||
PrecompileApplication()
| ||
PrecompileApplication(ClientBuildManagerCallback)
| ||
PrecompileApplication(ClientBuildManagerCallback, bool)
| ||
Unload()
|
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. |
IDisposable.Dispose |
Terminates the current ASP.NET application. |