Beispiel #1
0
 static int Main()
 {
     try
     {
         AA.Static3();
     }
     catch (Exception) { }
     return(100);
 }
Beispiel #2
0
 static int Main()
 {
     try
     {
         AA.Static1(
             AA.Static3()[100],
             BB.m_axStatic1[(int)AA.m_xStatic3].Method2(),
             BB.m_axStatic1[90].Method1()[0]
             );
         return(new BB().Method4((uint)(3l * m_nForward5), 0.0d, 100));
     }
     catch (NullReferenceException) { return(100); }
 }
Beispiel #3
0
 static int Main()
 {
     try
     {
         AA.Static3(
             ref App.m_abFwd12,
             ref App.m_asuFwd6);
         return(101);
     }
     catch (IndexOutOfRangeException)
     {
         return(100);
     }
 }
Beispiel #4
0
 static int Main()
 {
     try
     {
         AA.Static1(
             AA.Static3(ref m_d, ref AA.Static3(ref m_d, ref m_ul)[1000]),
             ref m_d,
             new BB().Method2(m_o, m_l, m_ao, m_aul, m_ad, 0.0)[1000].m_anField2,
             new BB().Method2(m_o, m_l, m_ao, m_aul, m_ad, 0.0)[(int)m_o].Method2(new object[7]),
             (long)(object)m_f - (39u + (uint)m_n)
             );
     }
     catch (Exception) { }
     return(100);
 }