Click or drag to resize

objectSerializationloadObjectFromXML Method (String, Type, ILogBuilder)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the object from XML.

Namespace:  imbSCI.Core.files
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Object loadObjectFromXML(
	string filepath,
	Type type,
	ILogBuilder logger = null
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
type
Type: SystemType
The type.
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder
The logger.

Return Value

Type: Object
See Also