| FileRef | GHIElectronics.TinyCLR.IO.TinyFileSystem | In memory representation of a file on "disk". This structure tracks the files total size, the clusters that make up the content of the file and the number of currently open Streams on the file. |
| TinyFileStream | GHIElectronics.TinyCLR.IO.TinyFileSystem | Provides a stream for a file in the Tiny File System. |
| TinyFileSystem | GHIElectronics.TinyCLR.IO.TinyFileSystem | Tiny File System provides a basic file system which can be overlayed on any device providing a concrete implementation of the IBlockDriver interface. |
| UInt16Array | GHIElectronics.TinyCLR.IO.TinyFileSystem | Dynamically growing array of UInt16 (ushort) elements. |
| Utilities | GHIElectronics.TinyCLR.IO.TinyFileSystem | General utility functions. |