This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
IsolatedStorageFile..::.GetStore Method
Obtains isolated storage corresponding to the given application domain and assembly evidence objects and isolated storage scope.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | GetStore(IsolatedStorageScope, Object) | Obtains isolated storage corresponding to the given application identity. |
.gif) .gif) | GetStore(IsolatedStorageScope, Type) | Obtains isolated storage corresponding to the isolation scope and the application identity object. |
.gif) .gif) | GetStore(IsolatedStorageScope, Object, Object) | Obtains the isolated storage corresponding to the given application domain and assembly evidence objects. |
.gif) .gif) | GetStore(IsolatedStorageScope, Type, Type) | Obtains isolated storage corresponding to the isolated storage scope given the application domain and assembly evidence types. |
.gif) .gif) | GetStore(IsolatedStorageScope, Evidence, Type, Evidence, Type) | Obtains isolated storage corresponding to the given application domain and the assembly evidence objects and types. |
Top

See Also