InstallerTechnology Constructor (String, Type, Type, ResourceManager)

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, content importer Type, and resource manager.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim id As String
Dim installerType As Type
Dim importerType As Type
Dim resMgr As ResourceManager

Dim instance As New InstallerTechnology(id, installerType, importerType, resMgr)

Syntax

'Declaration
Protected Sub New ( _
    id As String, _
    installerType As Type, _
    importerType As Type, _
    resMgr As ResourceManager _
)
protected InstallerTechnology (
    string id,
    Type installerType,
    Type importerType,
    ResourceManager resMgr
)
protected:
InstallerTechnology (
    String^ id, 
    Type^ installerType, 
    Type^ importerType, 
    ResourceManager^ resMgr
)
protected InstallerTechnology (
    String id, 
    Type installerType, 
    Type importerType, 
    ResourceManager resMgr
)
protected function InstallerTechnology (
    id : String, 
    installerType : Type, 
    importerType : Type, 
    resMgr : ResourceManager
)

Parameters

  • id
    The identifier for this kind of installer technology.
  • installerType
    The Type of installer.
  • importerType
    The Type of content importer.
  • resMgr
    The resource manager.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

InstallerTechnology Class
InstallerTechnology Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace