Initializes a new instance of the hosting technology class that 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 instance As New HostingTechnology(id, isRemote)

Syntax

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

Parameters

id

The identifier of the hosting technology.

isRemote

Determines if the hosting technology is remote or not.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also