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

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

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

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