Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As DeploymentTechnology |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class DeploymentTechnology Inherits TechnologyBase(Of DeploymentTechnology) |
C# |
---|
[SerializableAttribute] public abstract class DeploymentTechnology : TechnologyBase<DeploymentTechnology> |
C++ |
---|
[SerializableAttribute] public ref class DeploymentTechnology abstract : public TechnologyBase<DeploymentTechnology^> |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class DeploymentTechnology extends TechnologyBase<DeploymentTechnology> |
JScript |
---|
SerializableAttribute public abstract class DeploymentTechnology extends TechnologyBase<DeploymentTechnology> |
Remarks
A deployment technology represents all the components that are required to deploy a specific type of application.
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.TechnologyBase
Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.CustomDeploymentTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.TechnologyBase
Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.CustomDeploymentTechnology
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.