ControllerTypeResolver Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ControllerTypeResolver Class.Initializes a new instance of the ControllerTypeResolver Class.

Namespace: Microsoft.SystemCenter.Foundation.Provider
Assembly: Microsoft.SystemCenter.Foundation.Provider (in Microsoft.SystemCenter.Foundation.Provider.dll)

Usage

'Usage
Dim types As IEnumerable(Of Type)

Dim instance As New ControllerTypeResolver(types)

Syntax

'Declaration
Public Sub New ( _
    types As IEnumerable(Of Type) _
)
public ControllerTypeResolver (
    IEnumerable<Type> types
)
public:
ControllerTypeResolver (
    IEnumerable<Type^>^ types
)
public ControllerTypeResolver (
    IEnumerable<Type> types
)
public function ControllerTypeResolver (
    types : IEnumerable<Type>
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ControllerTypeResolver Class
ControllerTypeResolver Members
Microsoft.SystemCenter.Foundation.Provider Namespace