public class IsolatedStorageFile extends IsolatedStorage implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.IsolatedStorage.IsolatedStorageFile
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.IO.IsolatedStorage.IsolatedStorageFile
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IsolatedStorageFile() |
IsolatedStorageFile(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IsolatedStorageFile |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IsolatedStorageFile, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Close() |
void |
CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName) |
void |
CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName,
boolean overwrite) |
void |
CreateDirectory(java.lang.String dir) |
IsolatedStorageFileStream |
CreateFile(java.lang.String path) |
void |
DeleteDirectory(java.lang.String dir) |
void |
DeleteFile(java.lang.String file) |
boolean |
DirectoryExists(java.lang.String path) |
void |
Dispose() |
boolean |
FileExists(java.lang.String path) |
DateTimeOffset |
GetCreationTime(java.lang.String path) |
java.lang.String[] |
GetDirectoryNames() |
java.lang.String[] |
GetDirectoryNames(java.lang.String searchPattern) |
static IEnumerator |
GetEnumerator(IsolatedStorageScope scope) |
java.lang.String[] |
GetFileNames() |
java.lang.String[] |
GetFileNames(java.lang.String searchPattern) |
static boolean |
getIsEnabled() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
DateTimeOffset |
GetLastAccessTime(java.lang.String path) |
DateTimeOffset |
GetLastWriteTime(java.lang.String path) |
static IsolatedStorageFile |
GetMachineStoreForApplication() |
static IsolatedStorageFile |
GetMachineStoreForAssembly() |
static IsolatedStorageFile |
GetMachineStoreForDomain() |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
Evidence domainEvidence,
NetType domainEvidenceType,
Evidence assemblyEvidence,
NetType assemblyEvidenceType) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetObject applicationIdentity) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetObject domainIdentity,
NetObject assemblyIdentity) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetType applicationEvidenceType) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetType domainEvidenceType,
NetType assemblyEvidenceType) |
static IsolatedStorageFile |
GetUserStoreForApplication() |
static IsolatedStorageFile |
GetUserStoreForAssembly() |
static IsolatedStorageFile |
GetUserStoreForDomain() |
static IsolatedStorageFile |
GetUserStoreForSite() |
boolean |
IncreaseQuotaTo(long newQuotaSize) |
void |
MoveDirectory(java.lang.String sourceDirectoryName,
java.lang.String destinationDirectoryName) |
void |
MoveFile(java.lang.String sourceFileName,
java.lang.String destinationFileName) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode,
FileAccess access) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode,
FileAccess access,
FileShare share) |
void |
Remove() |
static void |
Remove(IsolatedStorageScope scope) |
void |
setJCOInstance(JCObject instance) |
getApplicationIdentity, getAssemblyIdentity, getAvailableFreeSpace, getCurrentSize, getDomainIdentity, getMaximumSize, getQuota, getScope, getUsedSize, setQuotaCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IsolatedStorageFile()
throws java.lang.Throwable
java.lang.Throwablepublic IsolatedStorageFile(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static IsolatedStorageFile cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IsolatedStorageFile, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIsolatedStorageFile instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionIsolatedStorageExceptionpublic void CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName,
boolean overwrite)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionIsolatedStorageExceptionpublic void CreateDirectory(java.lang.String dir)
throws java.lang.Throwable,
ArgumentNullException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
IsolatedStorageException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionIsolatedStorageExceptionObjectDisposedExceptionpublic IsolatedStorageFileStream CreateFile(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IOException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionpublic void DeleteDirectory(java.lang.String dir)
throws java.lang.Throwable,
ArgumentNullException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionIsolatedStorageExceptionpublic void DeleteFile(java.lang.String file)
throws java.lang.Throwable,
ArgumentNullException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionIsolatedStorageExceptionpublic boolean DirectoryExists(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic boolean FileExists(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionpublic DateTimeOffset GetCreationTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionOverflowExceptionpublic java.lang.String[] GetDirectoryNames()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException,
PathTooLongException,
IndexOutOfRangeException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionPathTooLongExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionpublic java.lang.String[] GetDirectoryNames(java.lang.String searchPattern)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionIsolatedStorageExceptionpublic static IEnumerator GetEnumerator(IsolatedStorageScope scope) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, IsolatedStorageException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionIsolatedStorageExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionpublic java.lang.String[] GetFileNames()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException,
PathTooLongException,
IndexOutOfRangeException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionPathTooLongExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionpublic java.lang.String[] GetFileNames(java.lang.String searchPattern)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionIsolatedStorageExceptionpublic static boolean getIsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class IsolatedStorageString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class IsolatedStorageString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class IsolatedStorageObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class IsolatedStorageString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class IsolatedStorageJCType representing the CLR Type of the instantiated Classpublic DateTimeOffset GetLastAccessTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionOverflowExceptionpublic DateTimeOffset GetLastWriteTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionOverflowExceptionpublic static IsolatedStorageFile GetMachineStoreForApplication() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotSupportedException, CryptographicException, SerializationException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCryptographicExceptionSerializationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionpublic static IsolatedStorageFile GetMachineStoreForAssembly() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCryptographicExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNotSupportedExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetMachineStoreForDomain() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCryptographicExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNotSupportedExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, Evidence domainEvidence, NetType domainEvidenceType, Evidence assemblyEvidence, NetType assemblyEvidenceType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, XmlSyntaxException, NullReferenceException, IsolatedStorageException, CryptographicException, FormatException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSyntaxExceptionNullReferenceExceptionIsolatedStorageExceptionCryptographicExceptionFormatExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject applicationIdentity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, FormatException, IsolatedStorageException, CryptographicException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionIsolatedStorageExceptionCryptographicExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject domainIdentity, NetObject assemblyIdentity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, FormatException, IsolatedStorageException, CryptographicException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionIsolatedStorageExceptionCryptographicExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType applicationEvidenceType) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, NotSupportedException, IsolatedStorageException, ArgumentOutOfRangeException, CryptographicException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionCryptographicExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType domainEvidenceType, NetType assemblyEvidenceType) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, NotSupportedException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCryptographicExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetUserStoreForApplication() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotSupportedException, CryptographicException, SerializationException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCryptographicExceptionSerializationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionpublic static IsolatedStorageFile GetUserStoreForAssembly() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCryptographicExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNotSupportedExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetUserStoreForDomain() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCryptographicExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionNotSupportedExceptionNullReferenceExceptionpublic static IsolatedStorageFile GetUserStoreForSite() throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic boolean IncreaseQuotaTo(long newQuotaSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
NotSupportedException
IncreaseQuotaTo in class IsolatedStoragejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotSupportedExceptionpublic void MoveDirectory(java.lang.String sourceDirectoryName,
java.lang.String destinationDirectoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionIsolatedStorageExceptionpublic void MoveFile(java.lang.String sourceFileName,
java.lang.String destinationFileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
NotSupportedException,
MissingMethodException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PathTooLongException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
IsolatedStorageException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPathTooLongExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionIsolatedStorageExceptionpublic IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ArgumentOutOfRangeException, NotSupportedException, IOException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionpublic IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IOException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionpublic IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access, FileShare share) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IOException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionpublic void Remove()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PathTooLongException,
CultureNotFoundException,
IOException,
IsolatedStorageException,
WaitHandleCannotBeOpenedException,
AbandonedMutexException,
IndexOutOfRangeException,
ApplicationException
Remove in class IsolatedStoragejava.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionIOExceptionIsolatedStorageExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionApplicationExceptionpublic static void Remove(IsolatedStorageScope scope) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, SecurityException, IsolatedStorageException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityExceptionIsolatedStorageExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionApplicationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class IsolatedStorage