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