ClientBuildManager Constructor
.NET Framework (current version)
Initializes a new instance of the ClientBuildManager class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ClientBuildManager(String^, String^) | Initializes a new instance of the ClientBuildManager class without a specified target directory or precompilation flags. |
![]() | ClientBuildManager(String^, String^, String^) | Initializes a new instance of the ClientBuildManager class with the specified target directory. |
![]() | ClientBuildManager(String^, String^, String^, ClientBuildManagerParameter^) | Initializes a new instance of the ClientBuildManager class with the specified target directory and compilation parameter. |
![]() | ClientBuildManager(String^, String^, String^, ClientBuildManagerParameter^, TypeDescriptionProvider^) | Initializes a new instance of the ClientBuildManager class by using the specified virtual directory, source directory, target directory, compilation parameter, and type-description provider. |
Show:
