Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Creates object instance using constructor that matches specified parameters.

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

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