Overload | Description |
---|---|
OpenRead(RepresentationType) | Opens the file for reading using the specified RepresentationType. |
OpenRead(FileShare,RepresentationType) | Opens the file for reading with the specified file sharing mode and RepresentationType. |
OpenRead(FileSystemEvents,Object,RepresentationType) | Opens the file for reading using the specified RepresentationType and raises events during the process. |
OpenRead(FileSystemEvents,Object,FileShare,RepresentationType) | Opens the file for reading using the specified file sharing mode and RepresentationType and raises events during the process. |
OpenRead() | Opens the file for reading. (Inherited from Xceed.FileSystem.AbstractFile) |
OpenRead(FileShare) | Opens the file for reading with the specified file sharing mode. (Inherited from ) |
OpenRead(FileSystemEvents,Object) | Opens the file for reading and raises events during the process. (Inherited from ) |
OpenRead(FileSystemEvents,Object,FileShare) | Opens the file for reading with the specified file sharing mode and raises events during the process. (Inherited from ) |
OpenRead(FileSystemEvents,Object,FileShare,FileOptions) | Opens the file for reading with the specified file sharing mode, file options and raises events during the process. (Inherited from ) |
OpenRead(FileSystemEvents,Object,Object,FileShare,FileOptions) | (Inherited from ) |