Creates an object as specified in XML.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- element
- Type: System.Xml XmlElement
The XML element that contains the definition of the object.
- defaultTargetType
- Type: System Type
The object type to use if not explicitly specified.
- typeConstraint
- Type: System Type
The type that the returned object must be or must inherit from.
Return Value
Type: ObjectThe object or null
Remarks
Parse an XML element and create an object instance based on the configuration data.
The type of the instance may be specified in the XML. If not specified then the defaultTargetType is used as the type. However the type is specified it must support the typeConstraint type.
See Also