'DeclarationProtected Overloads Overridable Function DoOpenRead( _ ByVal session As FileSystemEventsSession, _ ByVal share As FileShare, _ ByVal decryptionPassword As String, _ ByVal fileOptions As FileOptions _ ) As Stream
'UsageDim instance As ZippedFile Dim session As FileSystemEventsSession Dim share As FileShare Dim decryptionPassword As String Dim fileOptions As FileOptions Dim value As Stream value = instance.DoOpenRead(session, share, decryptionPassword, fileOptions)
protected virtual Stream DoOpenRead( FileSystemEventsSession session, FileShare share, string decryptionPassword, FileOptions fileOptions )
Parameters
- session
- A reference to a object which is responsible for raising all events that occur during the process.The password to use to decrypt the file.
- share
- decryptionPassword
- fileOptions
Return Value
A System.IO.Stream object that can be used to read data from the file.