System.IO.IsolatedStorage.IsolatedStorageFileStream.IsolatedStorageFileStream C# (CSharp) Method

IsolatedStorageFileStream() public method

public IsolatedStorageFileStream ( string path, System mode )
path string
mode System
        public IsolatedStorageFileStream(string path, System.IO.FileMode mode) : base(default(string), default(System.IO.FileMode)) { }
        public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) : base(default(string), default(System.IO.FileMode)) { }

Same methods

IsolatedStorageFileStream::IsolatedStorageFileStream ( string path, System mode, System access )
IsolatedStorageFileStream::IsolatedStorageFileStream ( string path, System mode, System access, System share )
IsolatedStorageFileStream::IsolatedStorageFileStream ( string path, System mode, System access, System share, System isf )
IsolatedStorageFileStream::IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize )
IsolatedStorageFileStream::IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize, System isf )