Example #1
0
        public static bool _Remove_System_IO_IsolatedStorage_IsolatedStorageScope( )
        {
            //Parameters
            System.IO.IsolatedStorage.IsolatedStorageScope scope = null;


            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.IO.IsolatedStorage.IsolatedStorageFile.Remove(scope);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.IO.IsolatedStorage.IsolatedStorageFile.Remove(scope);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }
        }
Example #2
0
        public static bool _GetStore_System_IO_IsolatedStorage_IsolatedStorageScope_System_Type_System_Type( )
        {
            //Parameters
            System.IO.IsolatedStorage.IsolatedStorageScope scope = null;
            System.Type domainEvidenceType   = null;
            System.Type assemblyEvidenceType = null;

            //ReturnType/Value
            System.IO.IsolatedStorage.IsolatedStorageFile returnVal_Real        = null;
            System.IO.IsolatedStorage.IsolatedStorageFile returnVal_Intercepted = null;

            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(scope, domainEvidenceType, assemblyEvidenceType);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(scope, domainEvidenceType, assemblyEvidenceType);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }


            Return((exception_Real.Messsage == exception_Intercepted.Message) && (returnValue_Real == returnValue_Intercepted));
        }
        public static bool _GetEnumerator_System_IO_IsolatedStorage_IsolatedStorageScope( )
        {
            //Parameters
            System.IO.IsolatedStorage.IsolatedStorageScope scope = null;

            //ReturnType/Value
            System.Collections.IEnumerator returnVal_Real        = null;
            System.Collections.IEnumerator returnVal_Intercepted = null;

            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.IO.IsolatedStorage.IsolatedStorageFile.GetEnumerator(scope);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.IO.IsolatedStorage.IsolatedStorageFile.GetEnumerator(scope);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }


            Return((exception_Real.Messsage == exception_Intercepted.Message) && (returnValue_Real == returnValue_Intercepted));
        }
 protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType)
 {
 }
 protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type appEvidenceType)
 {
 }
 public static void Remove(System.IO.IsolatedStorage.IsolatedStorageScope scope)
 {
 }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType)
 {
     throw null;
 }
//CAS        public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Security.Policy.Evidence domainEvidence, System.Type domainEvidenceType, System.Security.Policy.Evidence assemblyEvidence, System.Type assemblyEvidenceType) { throw null; }
        public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type applicationEvidenceType)
        {
            throw null;
        }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object domainIdentity, object assemblyIdentity)
 {
     throw null;
 }
//CAS        protected override System.Security.Permissions.IsolatedStoragePermission GetPermission(System.Security.PermissionSet ps) { throw null; }
        public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object applicationIdentity)
        {
            throw null;
        }
 public static System.Collections.IEnumerator GetEnumerator(System.IO.IsolatedStorage.IsolatedStorageScope scope)
 {
     throw null;
 }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType)
 {
     return(default(System.IO.IsolatedStorage.IsolatedStorageFile));
 }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type applicationEvidenceType)
 {
     return(default(System.IO.IsolatedStorage.IsolatedStorageFile));
 }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object domainIdentity, object assemblyIdentity)
 {
     return(default(System.IO.IsolatedStorage.IsolatedStorageFile));
 }
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object applicationIdentity)
 {
     return(default(System.IO.IsolatedStorage.IsolatedStorageFile));
 }
 public static System.Collections.IEnumerator GetEnumerator(System.IO.IsolatedStorage.IsolatedStorageScope scope)
 {
     return(default(System.Collections.IEnumerator));
 }