Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Creates object instance using constructor that matches specified parameters.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static Object CreateInstance(
	Type objectType,
	params Object[] parameters
)

Parameters

objectType
Type: System..::.Type
Type of object to create.
parameters
Type: array< System..::.Object >[]()[]
Serializer parameters.

Return Value

An instance of the specified objectType.

See Also