ObjectClonerCreate Method (String, Type)

Creates the specified name.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static Object Create(
	string name,
	params Type[] types
)

Parameters

name
Type: SystemString
The name.
types
Type: SystemType
The types.

Return Value

Type: Object
System.Object.
See Also

Reference