InstallerTechnology Constructor (String, Type)

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim id As String
Dim installerType As Type

Dim instance As New InstallerTechnology(id, installerType)

Syntax

'Declaration
Protected Sub New ( _
    id As String, _
    installerType As Type _
)
protected InstallerTechnology (
    string id,
    Type installerType
)
protected:
InstallerTechnology (
    String^ id, 
    Type^ installerType
)
protected InstallerTechnology (
    String id, 
    Type installerType
)
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

Reference

InstallerTechnology Class
InstallerTechnology Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace