Initializes a new instance of the installer technology class with the specified installer Type. 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 instance As New InstallerTechnology(id, installerType)

Syntax

Visual Basic
Protected Sub New ( _
		id As String, _
		installerType As Type _
)
C#
protected InstallerTechnology (
		string id,
		Type installerType
)
C++
protected:
InstallerTechnology (
		String^ id, 
		Type^ installerType
)
J#
protected InstallerTechnology (
		String id, 
		Type installerType
)
JScript
protected function InstallerTechnology (
		id : String, 
		installerType : Type
)

Parameters

id

The identifier for this kind of installer technology.

installerType

The Type of installer.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also