NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFile.GetStore

[To be supplied.]

Overload List

Represents isolated storage scope given application domain and assembly identity objects.

[Visual Basic] Overloads Public Shared Function GetStore(IsolatedStorageScope, Object, Object) As IsolatedStorageFile
[C#] public static IsolatedStorageFile GetStore(IsolatedStorageScope, Object, Object);
[C++] public: static IsolatedStorageFile* GetStore(IsolatedStorageScope, Object, Object);
[JScript] public static function GetStore(IsolatedStorageScope, Object, Object) : IsolatedStorageFile;

Represents isolated storage scope given application domain and assembly identity evidence types.

[Visual Basic] Overloads Public Shared Function GetStore(IsolatedStorageScope, Type, Type) As IsolatedStorageFile
[C#] public static IsolatedStorageFile GetStore(IsolatedStorageScope, Type, Type);
[C++] public: static IsolatedStorageFile* GetStore(IsolatedStorageScope, Type, Type);
[JScript] public static function GetStore(IsolatedStorageScope, Type, Type) : IsolatedStorageFile;

Requirements

NGWS Runtime Security:

IsolatedStorageFilePermission must have permission to access isolated storage by application domain identity

See Also

IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace