ControllerMapping 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 ControllerMapping Class.Initializes a new instance of the ControllerMapping Class.

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

Usage

'Usage
Dim name As String
Dim type As Type
Dim creator As Func

Dim instance As New ControllerMapping(name, type, creator)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As Type, _
    creator As Func _
)
public ControllerMapping (
    string name,
    Type type,
    Func creator
)
public:
ControllerMapping (
    String^ name, 
    Type^ type, 
    Func^ creator
)
public ControllerMapping (
    String name, 
    Type type, 
    Func creator
)
public function ControllerMapping (
    name : String, 
    type : Type, 
    creator : Func
)

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

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