Obtains user-scoped isolated storage corresponding to the calling code's assembly identity.
Public Shared Function GetUserStoreForAssembly As IsolatedStorageFile
Dim returnValue As IsolatedStorageFile returnValue = IsolatedStorageFile.GetUserStoreForAssembly()
public static IsolatedStorageFile GetUserStoreForAssembly()
public: static IsolatedStorageFile^ GetUserStoreForAssembly()
public static function GetUserStoreForAssembly() : IsolatedStorageFile
Sufficient isolated storage permissions have not been granted.
The same assembly within different applications always uses the same isolated store when using this method.
GetUserStoreForAssembly is functionally equivalent to the following code:
GetStore(IsolatedStorageScope.Assembly Or IsolatedStorageScope.User, Nothing, Nothing)
GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.User, null, null);
Different assemblies running within the same application domain always have distinct isolated stores.
for using isolated storage. Associated Enumeration: AssemblyIsolationByUser
when invoked late-bound through mechanisms such as Type..::.InvokeMember. Associated enumeration: ReflectionPermissionFlag..::.MemberAccess.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98