This documentation is archived and is not being maintained.
IsolatedStorageFile::GetStore Method
Visual Studio 2010
Obtains isolated storage corresponding to the given application domain and assembly evidence objects and isolated storage scope.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetStore(IsolatedStorageScope, Object) | Obtains isolated storage corresponding to the given application identity. |
|
GetStore(IsolatedStorageScope, Type) | Obtains isolated storage corresponding to the isolation scope and the application identity object. |
|
GetStore(IsolatedStorageScope, Object, Object) | Obtains the isolated storage corresponding to the given application domain and assembly evidence objects. |
|
GetStore(IsolatedStorageScope, Type, Type) | Obtains isolated storage corresponding to the isolated storage scope given the application domain and assembly evidence types. |
|
GetStore(IsolatedStorageScope, Evidence, Type, Evidence, Type) | Obtains isolated storage corresponding to the given application domain and the assembly evidence objects and types. |
Show: