Overload | Description |
---|---|
OpenRead(String) | Opens the file for reading specifying a decryption password. |
OpenRead(FileShare,String) | Opens the file for reading with the specified file sharing mode and decryption password. |
OpenRead(FileSystemEvents,Object,String) | Opens the file for reading with the specified decryption password and raises events during the process. |
OpenRead(FileSystemEvents,Object,FileShare,String) | Opens the file for reading with the specified file sharing mode and decryption password, 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 ) |