CMS.IO Namespace |
Class | Description | |
---|---|---|
AbstractDirectory |
Abstract class for directory providers.
| |
AbstractFile |
Abstract class for file providers.
| |
AbstractStorageProvider |
Abstract storage provider
| |
Directory |
Envelope for Directory classes
| |
DirectoryHelper |
Directory management methods.
| |
DirectoryInfo |
Exposes instance methods for creating, moving, and enumerating through directories and subdirectories.
| |
File |
Envelope for File classes
| |
FileDebug |
File debug methods
| |
FileDebugOperation |
List of constants for file debugging operations
| |
FileInfo |
Provides instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects.
| |
FileStream |
Exposes a stream around a file, supporting both synchronous and asynchronous read and write operations.
| |
GeneralStream |
Envelope for CMS.IO stream objects. It can be used in third party libraries as standard System.IO.Stream but with CMS.IO.Stream behaviour.
| |
IOEventArgs |
Event arguments for the IO event handler
| |
IOEvents |
IO events
| |
IOHandler |
Event handler for IO operations
| |
IOModule |
Represents the IO module.
| |
IOModuleMetadata |
Represents the IO module metadata.
| |
IOProviderName |
Type of the IO operation (provider enumeration).
| |
MemoryStream |
Envelope for System.IO.MemoryStream.
| |
Path |
Performs operations on String instances that contain file or directory path information.
| |
StorageHelper |
Class for.
| |
StorageProvider |
Storage provider
| |
StorageTaskType |
Web farm task types for IO operations
| |
Stream |
Provides a generic view of a sequence of bytes.
| |
StreamReader |
Represents a reader that can read a sequential series of characters.
| |
StreamWrapper |
Envelope for System.IO.Stream object.
| |
StreamWriter |
Represents a writer that can write a sequential series of characters.
| |
StringReader |
CMS.IO StringReader wrapper for System.IO.StringReader.
| |
StringWriter |
CMS.IO StringWriter wrapper for System.IO.StringWriter.
| |
VirtualPathHelper |
Virtual path provider helper.
| |
VirtualPathLog |
Helper class used for logging virtual path operations
| |
ZipProviderLoader |
Zip provider loader class
| |
ZipStorageProvider |
ZIP storage provider
|
Interface | Description | |
---|---|---|
IVirtualFileObject |
Virtual file object interface, represents object used for DbVirtualFile logic
| |
IVirtualPathProvider |
Virtual path provider interface.
|
Delegate | Description | |
---|---|---|
VirtualPathHelperGetVirtualFileObjectHandler |
Delegate used for registered path callback method
|
Enumeration | Description | |
---|---|---|
FileAccess |
File access options.
| |
FileAttributes |
Provides attributes for files and directories.
| |
FileMode |
Specifies how the operating system should open a file.
| |
FileShare |
Enumeration for file sharing options.
| |
SearchOption |
Enum of options for IO search capabilities.
| |
SeekOrigin |
Provides the fields that represent reference points in streams for seeking.
|