Click or drag to resize

ClassBuilderClassFromXmlFile Method

Create a class from a XML file generated with the Wizard or saved using the SaveToXml Method.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static Type ClassFromXmlFile(
	string filename
)

Parameters

filename
Type: SystemString
The filename with the XML definition.

Return Value

Type: Type
The compiled class.
See Also