Adds the technology information to the registrar. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim technologyId As String
Dim technologyKey As String
Dim logicalName As String
Dim typeName As String

TechnologyBase(Of T).Add(technologyId, technologyKey, logicalName, typeName)

Syntax

Visual Basic
<SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes")> _
Public Shared Sub Add ( _
		technologyId As String, _
		technologyKey As String, _
		logicalName As String, _
		typeName As String _
)
C#
[SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes")] 
public static void Add (
		string technologyId,
		string technologyKey,
		string logicalName,
		string typeName
)
C++
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1000:DoNotDeclareStaticMembersOnGenericTypes")] 
public:
static void Add (
		String^ technologyId, 
		String^ technologyKey, 
		String^ logicalName, 
		String^ typeName
)
J#
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes") */ 
public static void Add (
		String technologyId, 
		String technologyKey, 
		String logicalName, 
		String typeName
)
JScript
SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes") 
public static function Add (
		technologyId : String, 
		technologyKey : String, 
		logicalName : String, 
		typeName : String
)

Parameters

technologyId

The technology id to register.

technologyKey

The technology key to register.

logicalName

The assembly-qualified technology type name.

typeName

The logical name registered with the server.

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