Share via


DeploymentTypeExtender.Extend Method

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.]

Ensures that a Deployment Type Extension has been installed.

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

Usage

'Usage
Dim deploymentTypeExtensionFilePath As String
Dim connection As IDcmStoreConnection
Dim wmiLocation As String

DeploymentTypeExtender.Extend(deploymentTypeExtensionFilePath, connection, wmiLocation)

Syntax

'Declaration
Public Shared Sub Extend ( _
    deploymentTypeExtensionFilePath As String, _
    connection As IDcmStoreConnection, _
    wmiLocation As String _
)
public static void Extend (
    string deploymentTypeExtensionFilePath,
    IDcmStoreConnection connection,
    string wmiLocation
)
public:
static void Extend (
    String^ deploymentTypeExtensionFilePath, 
    IDcmStoreConnection^ connection, 
    String^ wmiLocation
)
public static void Extend (
    String deploymentTypeExtensionFilePath, 
    IDcmStoreConnection connection, 
    String wmiLocation
)
public static function Extend (
    deploymentTypeExtensionFilePath : String, 
    connection : IDcmStoreConnection, 
    wmiLocation : String
)

Parameters

  • deploymentTypeExtensionFilePath
    File path of the Deployment Type extension (*.cmdtx).
  • connection
    Reference to connection (Optional).
  • wmiLocation
    WMI location (Optional).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeploymentTypeExtender Class
DeploymentTypeExtender Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace