One of the main classes of the library.
This engine is responsable to Read/Write the records at once from/to files or streams.
You can use the DelimitedFileEngine or the FixedFileEngine if you need to change some options at runtime
For a list of all members of this type, see FileHelperEngine Members.
System.Object
FileHelpers.EngineBase
FileHelpers.FileHelperEngine
FileHelpers.CsvEngine
FileHelpers.DelimitedFileEngine
FileHelpers.FixedFileEngine
You can set the ErrorMode of this class when found an error, and can retrive them with the Errors property.
See in the Class Diagram and in the Quick Start Guide for more Info.
Or you can browse the Examples Seccion for more code.
Engines Diagram:

This example show the basic use of the library with minimun code:
Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)
FileHelperEngine Members | FileHelpers Namespace | Quick Start Guide | Class Diagram | Examples of Use | Attributes List