OpenNETCF Smart Device Framework 2.2
The OpenNETCF.IO namespace provides IO classes
Classes
| Class | Description | |
|---|---|---|
| DelimitedTextWriter | ||
| DriveInfo |
Provides access to information on a drive.
| |
| FileHelper |
Provides additional file related functionality.
| |
| FileSystemEventArgs | ||
| FileSystemWatcher |
Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
| |
| MemoryMappedFile | ||
| PhysicalAddressPointer |
This class is used to access memory mapped addresses
You can cause serious problems using this class without knowing what you're doing!
We reiterate the statement in our license that OpenNETCF provides absolutely no warranty on this code and you use it at your own risk
| |
| RenamedEventArgs |
Provides data for the Renamed event.
| |
| StreamInterfaceDriver |
Use this abstract base class to create wrappers around Stream Interface
Drivers that are not supported by the CF
|
Delegates
| Delegate | Description | |
|---|---|---|
| FileSystemEventHandler |
Represents the method that will handle the Changed, [!:FileSystemMonitor.Created], or Deleted event of a FileSystemWatcher class.
| |
| RenamedEventHandler |
Represents the method that will handle the [!:FileSystemMonitor.Renamed] event of a [!:FileSystemMonitor] class.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| FileCreateDisposition |
Specifies which action to take on files that exist, and which action to take when files do not exist.
| |
| FileFlags |
CreateFile file flags
| |
| NotifyFilters |
Specifies changes to watch for in a file or folder.
| |
| WatcherChangeTypes |
Changes that might occur to a file or directory.
|