Property | Type | Description | |
---|---|---|---|
ContainsUnknownFiles | bool | ||
EnsureStoreIsValid | void | ||
GetFullPath | string | ||
GetIsolatedStorageException | |||
GetStore | IsolatedStorageFile | ||
Initialize | void | ||
IsIdFile | bool | ||
IsInfoFile | bool | ||
IsMatchingScopeDirectory | bool | ||
IsolatedStorageFile | |||
IsolatedStorageFile | System.Collections | ||
VerifyGlobalScope | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CopyFile ( string sourceFileName, string destinationFileName ) : void | ||
CopyFile ( string sourceFileName, string destinationFileName, bool overwrite ) : void | ||
CreateDirectory ( string dir ) : void | ||
CreateFile ( string path ) : |
||
CreateFile ( string path ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
DeleteDirectory ( string dir ) : void | ||
DeleteFile ( string file ) : void | ||
DirectoryExists ( string path ) : bool | ||
Dispose ( ) : void | ||
FileExists ( string path ) : bool | ||
GetCreationTime ( string path ) : DateTimeOffset | ||
GetCreationTime ( string path ) : System.DateTimeOffset | ||
GetDirectoryNames ( ) : string[] | ||
GetDirectoryNames ( string searchPattern ) : string[] | ||
GetEnumerator ( IsolatedStorageScope scope ) : IEnumerator | ||
GetEnumerator ( System scope ) : System.Collections.IEnumerator | ||
GetFileNames ( ) : string[] | ||
GetFileNames ( string searchPattern ) : string[] | ||
GetLastAccessTime ( string path ) : DateTimeOffset | ||
GetLastAccessTime ( string path ) : System.DateTimeOffset | ||
GetLastWriteTime ( string path ) : DateTimeOffset | ||
GetLastWriteTime ( string path ) : System.DateTimeOffset | ||
GetMachineStoreForApplication ( ) : |
||
GetMachineStoreForApplication ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetMachineStoreForAssembly ( ) : |
||
GetMachineStoreForAssembly ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetMachineStoreForDomain ( ) : |
||
GetMachineStoreForDomain ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetStore ( IsolatedStorageScope scope, Type applicationEvidenceType ) : IsolatedStorageFile | ||
GetStore ( IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType ) : IsolatedStorageFile | ||
GetStore ( IsolatedStorageScope scope, object applicationIdentity ) : IsolatedStorageFile | ||
GetStore ( IsolatedStorageScope scope, object domainIdentity, object assemblyIdentity ) : IsolatedStorageFile | ||
GetStore ( System scope, System applicationEvidenceType ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetStore ( System scope, System domainEvidenceType, System assemblyEvidenceType ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetStore ( System scope, object applicationIdentity ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetStore ( System scope, object domainIdentity, object assemblyIdentity ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetUserStoreForApplication ( ) : IsolatedStorageFile | ||
GetUserStoreForApplication ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetUserStoreForAssembly ( ) : IsolatedStorageFile | ||
GetUserStoreForAssembly ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetUserStoreForDomain ( ) : IsolatedStorageFile | ||
GetUserStoreForDomain ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
GetUserStoreForSite ( ) : IsolatedStorageFile | ||
GetUserStoreForSite ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
IncreaseQuotaTo ( long newQuotaSize ) : bool | ||
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 | ||
OpenFile ( string path, System mode ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
OpenFile ( string path, System mode, System access ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
OpenFile ( string path, System mode, System access, System share ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
Remove ( ) : void | ||
Remove ( IsolatedStorageScope scope ) : void | ||
Remove ( System scope ) : void |
Method | Description | |
---|---|---|
ContainsUnknownFiles ( string directory ) : bool | ||
EnsureStoreIsValid ( ) : void | ||
GetFullPath ( string partialPath ) : string | ||
GetIsolatedStorageException ( string exceptionMsg, |
||
GetStore ( IsolatedStorageScope scope ) : IsolatedStorageFile | ||
Initialize ( IsolatedStorageScope scope ) : void | ||
IsIdFile ( string file ) : bool | ||
IsInfoFile ( string file ) : bool | ||
IsMatchingScopeDirectory ( string directory ) : bool | ||
IsolatedStorageFile ( ) | ||
IsolatedStorageFile ( ) : System.Collections | ||
VerifyGlobalScope ( IsolatedStorageScope scope ) : void |
public CopyFile ( string sourceFileName, string destinationFileName ) : void | ||
sourceFileName | string | |
destinationFileName | string | |
return | void |
public CopyFile ( string sourceFileName, string destinationFileName, bool overwrite ) : void | ||
sourceFileName | string | |
destinationFileName | string | |
overwrite | bool | |
return | void |
public CreateFile ( string path ) : |
||
path | string | |
return |
public CreateFile ( string path ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
path | string | |
return | System.IO.IsolatedStorage.IsolatedStorageFileStream |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
public GetCreationTime ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
public GetCreationTime ( string path ) : System.DateTimeOffset | ||
path | string | |
return | System.DateTimeOffset |
public GetDirectoryNames ( string searchPattern ) : string[] | ||
searchPattern | string | |
return | string[] |
public static GetEnumerator ( IsolatedStorageScope scope ) : IEnumerator | ||
scope | IsolatedStorageScope | |
return | IEnumerator |
public static GetEnumerator ( System scope ) : System.Collections.IEnumerator | ||
scope | System | |
return | System.Collections.IEnumerator |
public GetFileNames ( string searchPattern ) : string[] | ||
searchPattern | string | |
return | string[] |
public GetLastAccessTime ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
public GetLastAccessTime ( string path ) : System.DateTimeOffset | ||
path | string | |
return | System.DateTimeOffset |
public GetLastWriteTime ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
public GetLastWriteTime ( string path ) : System.DateTimeOffset | ||
path | string | |
return | System.DateTimeOffset |
public static GetMachineStoreForApplication ( ) : |
||
return |
public static GetMachineStoreForApplication ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetMachineStoreForAssembly ( ) : |
||
return |
public static GetMachineStoreForAssembly ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetMachineStoreForDomain ( ) : |
||
return |
public static GetMachineStoreForDomain ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetStore ( IsolatedStorageScope scope, Type applicationEvidenceType ) : IsolatedStorageFile | ||
scope | IsolatedStorageScope | |
applicationEvidenceType | Type | |
return | IsolatedStorageFile |
public static GetStore ( IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType ) : IsolatedStorageFile | ||
scope | IsolatedStorageScope | |
domainEvidenceType | Type | |
assemblyEvidenceType | Type | |
return | IsolatedStorageFile |
public static GetStore ( IsolatedStorageScope scope, object applicationIdentity ) : IsolatedStorageFile | ||
scope | IsolatedStorageScope | |
applicationIdentity | object | |
return | IsolatedStorageFile |
public static GetStore ( IsolatedStorageScope scope, object domainIdentity, object assemblyIdentity ) : IsolatedStorageFile | ||
scope | IsolatedStorageScope | |
domainIdentity | object | |
assemblyIdentity | object | |
return | IsolatedStorageFile |
public static GetStore ( System scope, System applicationEvidenceType ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
scope | System | |
applicationEvidenceType | System | |
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetStore ( System scope, System domainEvidenceType, System assemblyEvidenceType ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
scope | System | |
domainEvidenceType | System | |
assemblyEvidenceType | System | |
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetStore ( System scope, object applicationIdentity ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
scope | System | |
applicationIdentity | object | |
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetStore ( System scope, object domainIdentity, object assemblyIdentity ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
scope | System | |
domainIdentity | object | |
assemblyIdentity | object | |
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetUserStoreForApplication ( ) : IsolatedStorageFile | ||
return | IsolatedStorageFile |
public static GetUserStoreForApplication ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetUserStoreForAssembly ( ) : IsolatedStorageFile | ||
return | IsolatedStorageFile |
public static GetUserStoreForAssembly ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetUserStoreForDomain ( ) : IsolatedStorageFile | ||
return | IsolatedStorageFile |
public static GetUserStoreForDomain ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public static GetUserStoreForSite ( ) : IsolatedStorageFile | ||
return | IsolatedStorageFile |
public static GetUserStoreForSite ( ) : System.IO.IsolatedStorage.IsolatedStorageFile | ||
return | System.IO.IsolatedStorage.IsolatedStorageFile |
public IncreaseQuotaTo ( long newQuotaSize ) : bool | ||
newQuotaSize | long | |
return | bool |
public MoveDirectory ( string sourceDirectoryName, string destinationDirectoryName ) : void | ||
sourceDirectoryName | string | |
destinationDirectoryName | string | |
return | void |
public MoveFile ( string sourceFileName, string destinationFileName ) : void | ||
sourceFileName | string | |
destinationFileName | string | |
return | void |
public OpenFile ( string path, FileMode mode ) : IsolatedStorageFileStream | ||
path | string | |
mode | FileMode | |
return | IsolatedStorageFileStream |
public OpenFile ( string path, FileMode mode, FileAccess access ) : IsolatedStorageFileStream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
return | IsolatedStorageFileStream |
public OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : IsolatedStorageFileStream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | IsolatedStorageFileStream |
public OpenFile ( string path, System mode ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
path | string | |
mode | System | |
return | System.IO.IsolatedStorage.IsolatedStorageFileStream |
public OpenFile ( string path, System mode, System access ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
path | string | |
mode | System | |
access | System | |
return | System.IO.IsolatedStorage.IsolatedStorageFileStream |
public OpenFile ( string path, System mode, System access, System share ) : System.IO.IsolatedStorage.IsolatedStorageFileStream | ||
path | string | |
mode | System | |
access | System | |
share | System | |
return | System.IO.IsolatedStorage.IsolatedStorageFileStream |
public static Remove ( IsolatedStorageScope scope ) : void | ||
scope | IsolatedStorageScope | |
return | void |