Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct an instance of the specified type using the specified parameters.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual Object InstantiateSubtype(
	string typeName,
	Type supType,
	Object[] initParams,
	IXmlElement xmlParams
)

Parameters

typeName
Type: System..::..String
The type name.
supType
Type: System..::..Type
The super type of the newly instantiated type.
initParams
Type: array<System..::..Object>[]()[][]
The constructor paramters.
xmlParams
Type: Tangosol.Run.Xml..::..IXmlElement
Optional IXmlElement ("init-params").

Return Value

A newly instantiated object.

See Also