Table of Contents

Namespace ChartTools.IO

Namespaces

ChartTools.IO.Chart
ChartTools.IO.Components
ChartTools.IO.Configuration
ChartTools.IO.Formatting
ChartTools.IO.Ini
ChartTools.IO.Sections
ChartTools.IO.Sources

Classes

DirectoryResult<T>
EntryException
LineException

Exception thrown when a line of a text file cannot be parsed correctly.

ParseException

Exception thrown when a parse error is encountered.

SectionException

Delegates

AsyncRead<T>

Asynchronous read method that generates an object of the target type

AsyncWrite<T>

Write method hat takes an object of a target type

Read<T>

Read method that generates an object of the target type

VoidRead

Read method that returns no value.

Write<T>

Write method hat takes an object of a target type