Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateSubtype Method

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

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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