Initializes a new instance of the hosting technology class together with the provided resource manager and determines whether the hosting technology is remote or not. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim id As String
Dim isRemote As Boolean
Dim resMgr As ResourceManager

Dim instance As New HostingTechnology(id, isRemote, resMgr)

Syntax

Visual Basic
Protected Sub New ( _
		id As String, _
		isRemote As Boolean, _
		resMgr As ResourceManager _
)
C#
protected HostingTechnology (
		string id,
		bool isRemote,
		ResourceManager resMgr
)
C++
protected:
HostingTechnology (
		String^ id, 
		bool isRemote, 
		ResourceManager^ resMgr
)
J#
protected HostingTechnology (
		String id, 
		boolean isRemote, 
		ResourceManager resMgr
)
JScript
protected function HostingTechnology (
		id : String, 
		isRemote : boolean, 
		resMgr : ResourceManager
)

Parameters

id

The identifier of the hosting technology.

isRemote

Determines if the hosting technology is remote or not.

resMgr

The resource manager.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also