Click or drag to resize
IsolatedStorageFileGetUserStoreForAssembly Method
Obtains user-scoped isolated storage corresponding to the calling code's assembly identity.

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static IsolatedStorageFile GetUserStoreForAssembly()

Return Value

Type: IsolatedStorageFile
An object corresponding to the isolated storage scope based on the calling code's assembly identity.
Exceptions
ExceptionCondition
SecurityExceptionSufficient isolated storage permissions have not been granted.
IsolatedStorageExceptionAn isolated storage location cannot be initialized.-or-The permissions for the calling assembly cannot be determined.
See Also