Пример #1
0
 public static void ShowIL(SdfInfo info) {
   MethodInfo mif = sdfDelegates[info.index].Method;
   ClrTest.Reflection.MethodBodyViewer viewer = new ClrTest.Reflection.MethodBodyViewer();
   viewer.Text = info.ToString();
   viewer.SetMethodBase(mif);
   viewer.ShowDialog();
 }
Пример #2
0
        public static void ShowIL(SdfInfo info)
        {
            MethodInfo mif = sdfDelegates[info.index].Method;

            ClrTest.Reflection.MethodBodyViewer viewer = new ClrTest.Reflection.MethodBodyViewer();
            viewer.Text = info.ToString();
            viewer.SetMethodBase(mif);
            viewer.ShowDialog();
        }