Construct an instance of the specified type using the specified parameters.

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

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