![]()
An object corresponding to the isolated storage scope based on the calling code's application identity.
All assemblies associated with an application use the same isolated store when using this method.
IsolatedStorageFile.GetMachineStoreForApplication is functionally equivalent to the following code:
code reference: System.IO.IsolatedStorage.IsolatedStorage#18