Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim id As String Dim installerTechId As String Dim hostingTechId As String Dim resMgr As ResourceManager Dim instance As New DeploymentTechnology(id, installerTechId, hostingTechId, resMgr) |
Syntax
Visual Basic |
---|
Protected Sub New ( _ id As String, _ installerTechId As String, _ hostingTechId As String, _ resMgr As ResourceManager _ ) |
C# |
---|
protected DeploymentTechnology ( string id, string installerTechId, string hostingTechId, ResourceManager resMgr ) |
C++ |
---|
protected: DeploymentTechnology ( String^ id, String^ installerTechId, String^ hostingTechId, ResourceManager^ resMgr ) |
J# |
---|
protected DeploymentTechnology ( String id, String installerTechId, String hostingTechId, ResourceManager resMgr ) |
JScript |
---|
protected function DeploymentTechnology ( id : String, installerTechId : String, hostingTechId : String, resMgr : ResourceManager ) |
Parameters
- id
-
The identifier of the deployment technology.
- installerTechId
-
The identifier of the installer technology that will be used by the deployment technology.
- hostingTechId
-
The identifier of the hosting technology id that will be used as the default hosting technology for the deployment technology.
- resMgr
-
The resource manager.
Remarks
The installer technology identified by the installerTechId parameter must have been registered by using the InstallerTechnologyRegistrar property.
The hosting technology identified by the hostingTechId parameter must have been registered by using the HostingTechnologyRegistrar property.