Name

IsolatedStorageFileStream

Synopsis

This class is simply a System.IO.FileStream implementation for isolated storage. Use it to create and modify isolated storage files.

Public Class IsolatedStorageFileStream : Inherits System.IO.FileStream
' Public Constructors
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess, 
        ByVal share As System.IO.FileShare) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess, 
        ByVal share As System.IO.FileShare, 
        ByVal bufferSize As Integer) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess, 
        ByVal share As System.IO.FileShare, 
        ByVal bufferSize As Integer, 
        ByVal isf As IsolatedStorageFile) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess, 
        ByVal share As System.IO.FileShare, 
        ByVal isf As IsolatedStorageFile) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal access As System.IO.FileAccess, 
        ByVal isf As IsolatedStorageFile) 
   Public Sub New(ByVal path As String, 
        ByVal mode As System.IO.FileMode, 
        ByVal isf As IsolatedStorageFile) 
' Public Instance Properties
   Overrides Public ReadOnly Property CanRead As Boolean Overrides Public ReadOnly ...

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.