Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorageFile::GetStore Method

 

Obtains isolated storage corresponding to the given application domain and assembly evidence objects and isolated storage scope.

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetStore(IsolatedStorageScope, Evidence^, Type^, Evidence^, Type^)

Obtains isolated storage corresponding to the given application domain and the assembly evidence objects and types.

System_CAPS_pubmethodSystem_CAPS_staticGetStore(IsolatedStorageScope, Object^)

Obtains isolated storage corresponding to the given application identity.

System_CAPS_pubmethodSystem_CAPS_staticGetStore(IsolatedStorageScope, Object^, Object^)

Obtains the isolated storage corresponding to the given application domain and assembly evidence objects.

System_CAPS_pubmethodSystem_CAPS_staticGetStore(IsolatedStorageScope, Type^)

Obtains isolated storage corresponding to the isolation scope and the application identity object.

System_CAPS_pubmethodSystem_CAPS_staticGetStore(IsolatedStorageScope, Type^, Type^)

Obtains isolated storage corresponding to the isolated storage scope given the application domain and assembly evidence types.

Return to top
Show:
© 2017 Microsoft