Example #1
0
 static void RunLowTrustTest()
 {
     System.Array arr = Array.CreateInstance(typeof(byte), 100L, 200L);
     using (var es = new LowTrustTestEventSource())
     {
         es.Event0();
     }
 }
Example #2
0
 static void RunLowTrustTest()
 {
     System.Array arr = Array.CreateInstance(typeof(byte), 100L, 200L);
     using (var es = new LowTrustTestEventSource())
     {
         es.Event0();
     }
 }