Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateSubtype Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an instance of the specified type using the specified parameters.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual Object InstantiateSubtype(
	string typeName,
	Type supType,
	Object[] initParams,
	IXmlElement xmlParams
)

Parameters

typeName
Type: SystemString
The type name.
supType
Type: SystemType
The super type of the newly instantiated type.
initParams
Type: SystemObject
The constructor paramters.
xmlParams
Type: Tangosol.Run.XmlIXmlElement
Optional IXmlElement ("init-params").

Return Value

Type: Object
A newly instantiated object.
See Also