![]()
An object corresponding to the isolated storage scope based on the calling code's assembly identity.
The same assembly within different applications always uses the same isolated store when using this method.
IsolatedStorageFile.GetMachineStoreForAssembly is functionally equivalent to the following code:
code reference: System.IO.IsolatedStorage.IsolatedStorage#19
Different assemblies running within the same application domain always have distinct isolated stores.