예제 #1
0
 private void method_7()
 {
     this.class89_1   = new Class89();
     this.class89_0   = new Class89();
     this.class89_2   = new Class89();
     this.arrayList_0 = new ArrayList();
     this.arrayList_1 = new ArrayList();
     this.arrayList_2 = new ArrayList();
     this.arrayList_3 = new ArrayList();
     this.class241_0  = new Class241(this);
     this.class468_0  = new Class468(this);
     this.class973_0  = new Class973(this);
     this.class918_0  = new Class918(this);
     this.class569_0  = new Class569(this);
     this.class471_0  = new Class471(this);
     this.class470_0  = new Class470(this);
     this.class850_0  = new Class850(this);
     this.class691_0  = new Class691(this);
     this.class690_0  = new Class690(this);
     this.class528_0  = new Class528(this);
     this.hashtable_0 = new Hashtable();
     this.class476_0  = new Class476();
     this.class88_0   = new Class88(this);
     this.class88_0.method_0();
     new Class1094(this).method_0();
     this.arrayList_3.Clear();
     new Class793(this).method_0();
     this.openDocumentWritingStage_0 = OpenDocumentWritingStage.MathML;
     this.method_15().Accept(this);
     new Class239(this).method_0(this.method_6());
     new Class849(this).method_0();
     this.class476_0.method_3(this.class928_0.stream_0, this.method_6());
 }
예제 #2
0
        internal static IEnumerable <IntPtr> smethod_1(Process process_0)
        {
            Class241 class2 = new Class241 {
                list_0 = new List <IntPtr>()
            };

            using (IEnumerator enumerator = process_0.Threads.GetEnumerator())
            {
                while (enumerator.MoveNext())
                {
                    EnumThreadWindows(((ProcessThread)enumerator.Current).Id, class2.enumThreadDelegate_0 ?? (class2.enumThreadDelegate_0 = new EnumThreadDelegate(class2.method_0)), IntPtr.Zero);
                }
            }
            return(class2.list_0);
        }
 public abstract void Visit(Class241 c);
 public override void Visit(Class241 c) { }