C# 클래스 Microsoft.Practices.Phone.Adapters.IsolatedStorageFileAdapter

상속: IIsolatedStorageFile
파일 보기 프로젝트 열기: follesoe/TestableGeoTrackerDemo 1 사용 예제들

공개 메소드들

메소드 설명
CopyFile ( string sourceFileName, string destinationFileName ) : void
CopyFile ( string sourceFileName, string destinationFileName, bool overwrite ) : void
CreateDirectory ( string dir ) : void
CreateFile ( string path ) : IsolatedStorageFileStream
DeleteDirectory ( string dir ) : void
DeleteFile ( string file ) : void
DirectoryExists ( string path ) : bool
Dispose ( ) : void
FileExists ( string path ) : bool
GetCreationTime ( string path ) : DateTimeOffset
GetDirectoryNames ( ) : string[]
GetDirectoryNames ( string searchPattern ) : string[]
GetFileNames ( ) : string[]
GetFileNames ( string searchPattern ) : string[]
GetLastAccessTime ( string path ) : DateTimeOffset
GetLastWriteTime ( string path ) : DateTimeOffset
GetUserStoreForApplication ( ) : IIsolatedStorageFile
IncreaseQuotaTo ( long newQuotaSize ) : bool
IsolatedStorageFileAdapter ( ) : System
MoveDirectory ( string sourceDirectoryName, string destinationDirectoryName ) : void
MoveFile ( string sourceFileName, string destinationFileName ) : void
OpenFile ( string path, FileMode mode ) : IsolatedStorageFileStream
OpenFile ( string path, FileMode mode, FileAccess access ) : IsolatedStorageFileStream
OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : IsolatedStorageFileStream
Remove ( ) : void

메소드 상세

CopyFile() 공개 메소드

public CopyFile ( string sourceFileName, string destinationFileName ) : void
sourceFileName string
destinationFileName string
리턴 void

CopyFile() 공개 메소드

public CopyFile ( string sourceFileName, string destinationFileName, bool overwrite ) : void
sourceFileName string
destinationFileName string
overwrite bool
리턴 void

CreateDirectory() 공개 메소드

public CreateDirectory ( string dir ) : void
dir string
리턴 void

CreateFile() 공개 메소드

public CreateFile ( string path ) : IsolatedStorageFileStream
path string
리턴 System.IO.IsolatedStorage.IsolatedStorageFileStream

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string dir ) : void
dir string
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string file ) : void
file string
리턴 void

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetCreationTime() 공개 메소드

public GetCreationTime ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetDirectoryNames() 공개 메소드

public GetDirectoryNames ( ) : string[]
리턴 string[]

GetDirectoryNames() 공개 메소드

public GetDirectoryNames ( string searchPattern ) : string[]
searchPattern string
리턴 string[]

GetFileNames() 공개 메소드

public GetFileNames ( ) : string[]
리턴 string[]

GetFileNames() 공개 메소드

public GetFileNames ( string searchPattern ) : string[]
searchPattern string
리턴 string[]

GetLastAccessTime() 공개 메소드

public GetLastAccessTime ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetLastWriteTime() 공개 메소드

public GetLastWriteTime ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetUserStoreForApplication() 공개 메소드

public GetUserStoreForApplication ( ) : IIsolatedStorageFile
리턴 IIsolatedStorageFile

IncreaseQuotaTo() 공개 메소드

public IncreaseQuotaTo ( long newQuotaSize ) : bool
newQuotaSize long
리턴 bool

IsolatedStorageFileAdapter() 공개 메소드

public IsolatedStorageFileAdapter ( ) : System
리턴 System

MoveDirectory() 공개 메소드

public MoveDirectory ( string sourceDirectoryName, string destinationDirectoryName ) : void
sourceDirectoryName string
destinationDirectoryName string
리턴 void

MoveFile() 공개 메소드

public MoveFile ( string sourceFileName, string destinationFileName ) : void
sourceFileName string
destinationFileName string
리턴 void

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode ) : IsolatedStorageFileStream
path string
mode FileMode
리턴 System.IO.IsolatedStorage.IsolatedStorageFileStream

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode, FileAccess access ) : IsolatedStorageFileStream
path string
mode FileMode
access FileAccess
리턴 System.IO.IsolatedStorage.IsolatedStorageFileStream

OpenFile() 공개 메소드

public OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : IsolatedStorageFileStream
path string
mode FileMode
access FileAccess
share FileShare
리턴 System.IO.IsolatedStorage.IsolatedStorageFileStream

Remove() 공개 메소드

public Remove ( ) : void
리턴 void