Crestron.SimplSharp.CrestronIO
Classes
Class | Description | |
---|---|---|
![]() | BinaryReader |
SimplSharp.CrestronIO BinaryReader instance to allow reading of data encoded as binary in a file.
|
![]() | BinaryWriter |
SimplSharp.CrestronIO BinaryWriter instance to allow writing of data encoded as binary in a file.
|
![]() | Directory |
Provides a static methods for deleting, moving, and enumerating through directories
and subdirectories.
|
![]() | DirectoryInfo |
Provides an instance for creating, moving, deleting, and enumerating through directories
and subdirectories.
|
![]() | DirectoryNotFoundException |
Exception used when a directory is not present on the system.
|
![]() | EndOfStreamException |
Exception used when the end of a stream is reached.
|
![]() | File |
Provides an static methods for the creation, copying, deletion, and moving of files.
|
![]() | FileInfo |
Provides an instance for the creation, copying, deletion, moving, and
opening of files.
|
![]() | FileNotFoundException |
Exception used when a File Sis not present on the system.
|
![]() | FileStream |
SimplSharp.CrestronIO FileStream Instance of a file supporting synchronous read and write operations.
|
![]() | FileSystemInfo |
Provides the base class for both CrestronIO.FileInfo and CrestronIO.DirectoryInfo
objects.
|
![]() | InvalidDirectoryLocationException |
Exception used when a the specified directory is invalid.
|
![]() | IOException |
Exception used when a File System I/O error occurs.
|
![]() | MemoryStream |
Creates a stream whose backing store is memory.
|
![]() | Path |
Static methods to perform operations on paths.
|
![]() | PathTooLongException |
Exception used when the specified path is greater than 248 characters.
|
![]() | Stream |
Provides a generic view of a sequence of bytes.
|
![]() | StreamReader |
Implements a CrestronIO.TextReader that reads characters from a byte stream
in a particular encoding.
|
![]() | StreamWriter |
Implements a CrestronIO.TextWriter for writing characters to a stream in a
particular encoding.
|
![]() | StringReader |
Implements a CrestronIO.TextReader that reads from a string.
|
![]() | StringWriter |
Implements a System.IO.TextWriter for writing information to a string. The
information is stored in an underlying System.Text.StringBuilder.
|
![]() | TextReader |
Represents a reader that can read a sequential series of characters.
|
![]() | TextWriter |
Represents a writer that can write a sequential series of characters. This
class is abstract.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IAsyncResult |
Represents the status of an asynchronous operation.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | AsyncCallback |
References a method to be called when a corresponding asynchronous operation completes.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | FileAccess |
Defines constants for read, write, or read/write access to a file.
|
![]() | FileAttributes |
Provides attributes for files and directories.
|
![]() | FileMode |
Specifies how the operating system should open a file.
|
![]() | FileShare |
Defines constants for controlling the kind of access other CrestronIO.FileStream
objects can have to the same file.
|
![]() | SeekOrigin |
Provides the fields that represent reference points in streams for seeking.
|