DeploymentTypeExtender.CreateExtension 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.]
Creates a new Deployment Type extension using the specified source path.
Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement.Extender (in Microsoft.ConfigurationManagement.ApplicationManagement.Extender.dll)
Usage
'Usage
Dim sourcePath As String
Dim deploymentTypeExtensionFilePath As String
Dim summaryDelegate As SummaryDelegate
DeploymentTypeExtender.CreateExtension(sourcePath, deploymentTypeExtensionFilePath, summaryDelegate)
Syntax
'Declaration
Public Shared Sub CreateExtension ( _
sourcePath As String, _
deploymentTypeExtensionFilePath As String, _
summaryDelegate As SummaryDelegate _
)
public static void CreateExtension (
string sourcePath,
string deploymentTypeExtensionFilePath,
SummaryDelegate summaryDelegate
)
public:
static void CreateExtension (
String^ sourcePath,
String^ deploymentTypeExtensionFilePath,
SummaryDelegate^ summaryDelegate
)
public static void CreateExtension (
String sourcePath,
String deploymentTypeExtensionFilePath,
SummaryDelegate summaryDelegate
)
public static function CreateExtension (
sourcePath : String,
deploymentTypeExtensionFilePath : String,
summaryDelegate : SummaryDelegate
)
Parameters
- sourcePath
Source path used to create the Deployment Type extension (*.cmdtx).
- deploymentTypeExtensionFilePath
Resulting Deployment Type extension file.
- summaryDelegate
Summary delegate used for surfacing current status and error state.
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