Class | Description |
BinaryReader | Read primitive data types as binary values in a specific encoding.
|
BinaryWriter | Write primitive types in binary to a stream.
|
BufferedStream | Add a buffering layer to read and write operations on another stream. It is a sealed class.
|
Directory | Expose static methods for creating, moving and enumerating through directories and subdirectories. It is a sealed class.
|
DirectoryInfo | Expose instance methods for creating, moving and enumerating through directories and subdirectories. It is a sealed class.
|
DirectoryNotFoundException | Handle exception related to the file or directory cannot be found.
|
DriveInfo | Access the information on a drive.
|
DriveNotFoundException | Handle drives not found exception.
|
EndOfStreamException | Handle end of stream exception.
|
ErrorEventArgs | Provides data for the FileSystemWatcher.Error event.
|
File | file class provides static methods for the creation, copying, deletion, moving and opening of a single file.
|
FileFormatException | Handle file format exception.
|
FileInfo | Provide properties and instance methods for the creation, copying, deletion, moving and opening of files.
|
FileLoadException | Handle file load exception.
|
FileNotFoundException | Handle file load exception.
|
FileNotFoundException | Handle file not found exception.
|
FileStream | FileStream provides a Stream for a file, supporting both synchronous and asynchronous read and write operations.
|
FileSystemEventArgs | Provides data for the directory events.
|
FileSystemInfo | Provides the base class for both FileInfo and DirectoryInfo objects.
|
FileSystemWatcher | Listens to the file system change notifications and raises events when a directory or file in a directory, changes.
|
InternalBufferOverflowException | Handle internal buffer overflow exception.
|
InvalidDataException | Handle invalid data exception.
|
IODescriptionAttribute | Description visual designers can display when referencing an event, extender or property.
|
IOException | Exception class that handles I/O errors.
|
MemoryStream | Create a stream whose backing store is memory.
|
PathTooLongException | Exception class and used to handle path too long exception.
|
PipeException | Handle pipe related exception.
|
RenamedEventArgs | Provide data for the Renamed event.
|
Path | Performs operations on String instances that contain file or directory path information.
|
Stream | Provide a generic view of a sequence of bytes. It is an abstract class.
|
StreamReader | Implement a TextReader that reads characters from a byte stream.
|
StringReader | Implement a TextReader that reads from a string.
|
StringWriter | Implement a TextWriter for writing information to a string. The information is stored in an underlying StringBuilder.
|
TextReader | Represent a reader that can read a sequential series of characters.
|
TextWriter | Represent a writer that can write a sequential series of characters.
|
UnmanagedMemoryAccessor | Provide random access to unmanaged blocks of memory from managed code.
|
UnmanagedMemoryStream | Get access to unmanaged blocks of memory from managed code.
|