This documentation is archived and is not being maintained.
ClientBuildManager Constructor
Visual Studio 2010
Initializes a new instance of the ClientBuildManager class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: