IsolatedStorageFileGetUserStoreForAssembly Method |
Obtains user-scoped isolated storage corresponding to the calling code's assembly identity.
Namespace: System.IO.IsolatedStorageAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static IsolatedStorageFile GetUserStoreForAssembly()
Return Value
Type:
IsolatedStorageFileAn object corresponding to the isolated storage scope based on the calling code's assembly identity.
Exceptions Exception | Condition |
---|
SecurityException | Sufficient isolated storage permissions have not been granted. |
IsolatedStorageException | An isolated storage location cannot be initialized.-or-The permissions for the calling assembly cannot be determined. |
See Also