| DexReader Class |
Reads DEX documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public sealed class DexReader : DexReaderBase<DXS>
Public NotInheritable Class DexReader
Inherits DexReaderBase(Of DXS)
The DexReader type exposes the following members.
Constructors | Name | Description |
---|
| DexReader(Stream, DexReaderSettings) |
Initializes a new instance of the DexReader class.
|
| DexReader(Stream, FuncDXS, ST, TypeInfo, DexReaderSettings) |
Initializes a new instance of the DexReader class.
|
| DexReader(Stream, FuncMessageContext, Assembly, DexReaderSettings) |
Initializes a new instance of the DexReader class.
|
| DexReader(Stream, String, DexReaderSettings) |
Initializes a new instance of the DexReader class.
|
TopSee Also