System.IO.IsolatedStorage.Helper.IsMachine C# (CSharp) Méthode

IsMachine() static private méthode

static private IsMachine ( IsolatedStorageScope scope ) : bool
scope IsolatedStorageScope
Résultat bool
        internal static bool IsMachine(IsolatedStorageScope scope) => ((scope & IsolatedStorageScope.Machine) != 0);
        internal static bool IsAssembly(IsolatedStorageScope scope) => ((scope & IsolatedStorageScope.Assembly) != 0);