System.IO.IsolatedStorage.IsolatedStorageFile.GetMachineStoreForApplication Method

Obtains machine-scoped isolated storage corresponding to the calling code's application identity.

Syntax

public static IsolatedStorageFile GetMachineStoreForApplication ()

Returns

An object corresponding to the isolated storage scope based on the calling code's application identity.

Remarks

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

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0