Class | Description | |
---|---|---|
![]() | NBitConverter | Static class that converts base data types to an array of bytes, and an array of bytes to base data types and also provides various routines for byte array manipulations. |
![]() | NByteReader | Reads basic types from a byte array, using Little Endian and Big Endian formats. |
![]() | NByteWriter | Writes basic types to a byte array, using Little Endian and Big Endian formats. |
![]() | NFile | Provides information about a file and methods for its reading and manipulation. |
![]() | NFileSystem | Represents a file system. |
![]() | NFileSystemObject | Represents a file system object (i.e. a file or a directory). Base class of NFile and NDirectory. |
![]() | NFileSystemObjectByPathComparer | Compares file system objects by path. |
![]() | NFileSystemService | Handles the implementation of the NFile an NFolder file system. Serves as base class for all file system services. |
![]() | NFolder | Provides information about a folder. |
![]() | NInteropFileSystemService | |
![]() | NInteropFileSystemServiceProxy | An Interop File System Services client. |
![]() | NInteropFileSystemServiceStub | A server for an Interop File System Service. |
![]() | NPath | Contains methods that facilitate the operations with path strings. Path strings are used to locatee files and folders inside a specific file system. |
![]() | NStorageDocument | Represents a storage document. |
![]() | NStorageFile | Represents a file in the Storage File System. |
![]() | NStorageFileCollection | Represents a collection of files |
![]() | NStorageFolder | Represents a storage folder. |
![]() | NStorageFolderCollection | Represents a collection of folders |
![]() | NStorageObject | Represents a File System Object in the Storage File System. Serves as base class for files and folders. |
![]() | NStorageObjectCollection<TObject> | Represents a collection of files |
![]() | NStreamHelpers | Static class for commonly used functions, related to streams. |