Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As HostingTechnology |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class HostingTechnology Inherits TechnologyBase(Of HostingTechnology) |
C# |
---|
[SerializableAttribute] public abstract class HostingTechnology : TechnologyBase<HostingTechnology> |
C++ |
---|
[SerializableAttribute] public ref class HostingTechnology abstract : public TechnologyBase<HostingTechnology^> |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class HostingTechnology extends TechnologyBase<HostingTechnology> |
JScript |
---|
SerializableAttribute public abstract class HostingTechnology extends TechnologyBase<HostingTechnology> |
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.TechnologyBase
Microsoft.ConfigurationManagement.ApplicationManagement.HostingTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.NativeHostingTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.TechnologyBase
Microsoft.ConfigurationManagement.ApplicationManagement.HostingTechnology
Microsoft.ConfigurationManagement.ApplicationManagement.NativeHostingTechnology
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.