'DeclarationPublic Overloads Function OpenRead( _ ByVal events As FileSystemEvents, _ ByVal userData As Object, _ ByVal options As Object, _ ByVal share As FileShare, _ ByVal fileOptions As FileOptions _ ) As Stream
'UsageDim instance As AbstractFile Dim events As FileSystemEvents Dim userData As Object Dim options As Object Dim share As FileShare Dim fileOptions As FileOptions Dim value As Stream value = instance.OpenRead(events, userData, options, share, fileOptions)
public Stream OpenRead( FileSystemEvents events, object userData, object options, FileShare share, FileOptions fileOptions )
Parameters
- events
- userData
- options
- share
- fileOptions
Return Value
A System.IO.Stream object that can be used to read data from the file.