Exemple #1
0
        public void UnitTestReuse()
        {
            ProtectedMemoryTest unit = new ProtectedMemoryTest();

            unit.ProtectSameProcess();
            unit.ProtectSameLogon();
            unit.ProtectCrossProcess();
            unit.MemoryProtectionScope_All();
        }
Exemple #2
0
        static void Main(string[] args)
        {
            ProtectedMemoryTest.DoTest();

            Console.ReadLine();
        }