[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Creates a new instance of the EnterpriseManagementObjectProjection class. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim managementGroup As EnterpriseManagementGroup
Dim typeToCreate As ManagementPackClass

Dim instance As New EnterpriseManagementObjectProjection(managementGroup, typeToCreate)

Syntax

Visual Basic
Public Sub New ( _
		managementGroup As EnterpriseManagementGroup, _
		typeToCreate As ManagementPackClass _
)
C#
public EnterpriseManagementObjectProjection (
		EnterpriseManagementGroup managementGroup,
		ManagementPackClass typeToCreate
)
C++
public:
EnterpriseManagementObjectProjection (
		EnterpriseManagementGroup^ managementGroup, 
		ManagementPackClass^ typeToCreate
)
J#
public EnterpriseManagementObjectProjection (
		EnterpriseManagementGroup managementGroup, 
		ManagementPackClass typeToCreate
)
JScript
public function EnterpriseManagementObjectProjection (
		managementGroup : EnterpriseManagementGroup, 
		typeToCreate : ManagementPackClass
)

Parameters

managementGroup
typeToCreate

Exceptions

Exception type Condition
ArgumentNullException

The managementGroup parameter is a null reference (Nothing in Visual Basic).

ArgumentNullException

The typeToCreate parameter is a null reference (Nothing in Visual Basic).

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also