C# Class Microsoft.Practices.Phone.Adapters.IsolatedStorageFileStreamAdapter

Inheritance: System.IO.IsolatedStorage.IsolatedStorageFileStream, IIsolatedStorageFileStream
Afficher le fichier Open project: follesoe/TestableGeoTrackerDemo

Méthodes publiques

Méthode Description
IsolatedStorageFileStreamAdapter ( string path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf ) : System
IsolatedStorageFileStreamAdapter ( string path, FileMode mode, FileAccess access, IsolatedStorageFile isf ) : System
IsolatedStorageFileStreamAdapter ( string path, FileMode mode, IsolatedStorageFile isf ) : System

Method Details

IsolatedStorageFileStreamAdapter() public méthode

public IsolatedStorageFileStreamAdapter ( string path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf ) : System
path string
mode FileMode
access FileAccess
share FileShare
isf System.IO.IsolatedStorage.IsolatedStorageFile
Résultat System

IsolatedStorageFileStreamAdapter() public méthode

public IsolatedStorageFileStreamAdapter ( string path, FileMode mode, FileAccess access, IsolatedStorageFile isf ) : System
path string
mode FileMode
access FileAccess
isf System.IO.IsolatedStorage.IsolatedStorageFile
Résultat System

IsolatedStorageFileStreamAdapter() public méthode

public IsolatedStorageFileStreamAdapter ( string path, FileMode mode, IsolatedStorageFile isf ) : System
path string
mode FileMode
isf System.IO.IsolatedStorage.IsolatedStorageFile
Résultat System