Initializes a new instance of the installer
technology class with the specified installer
Type and
resource manager.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim id As String
Dim installerType As Type
Dim resMgr As ResourceManager
Dim instance As New InstallerTechnology(id, installerType, resMgr)
|
Syntax
Visual Basic |
Protected Sub New ( _
id As String, _
installerType As Type, _
resMgr As ResourceManager _
)
|
C# |
protected InstallerTechnology (
string id,
Type installerType,
ResourceManager resMgr
)
|
C++ |
protected:
InstallerTechnology (
String^ id,
Type^ installerType,
ResourceManager^ resMgr
)
|
J# |
protected InstallerTechnology (
String id,
Type installerType,
ResourceManager resMgr
)
|
JScript |
protected function InstallerTechnology (
id : String,
installerType : Type,
resMgr : ResourceManager
)
|
Parameters
- id
-
The identifier for this kind of installer technology.
- installerType
-
The Type of installer.
- resMgr
-
The resource manager.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also