コード例 #1
0
    internal Class1065(Class703 A_0, BinaryReader A_1)
    {
        this.class153_0         = new Class153();
        this.class155_0         = new Class155();
        this.stringCollection_0 = new StringCollection();
        this.class162_0         = new Class162();
        this.class147_0         = new Class147(0);
        this.class344_0         = new Class344();
        this.hashtable_0        = new Hashtable();
        A_1.BaseStream.Position = A_0.class597_0.class1111_36.int_0;
        int num = A_0.class597_0.class1111_36.int_0 + A_0.class597_0.class1111_36.int_1;

        while (A_1.BaseStream.Position < num)
        {
            this.stringCollection_0.Add(Class813.smethod_1(A_1, true, false));
        }
        this.class153_0.method_23(A_1, A_0.class597_0.class1111_4);
        this.class153_0.method_26(A_1, A_0.class929_0.class1111_4.int_0, A_0.class929_0.class1111_4.int_1);
        this.class155_0.method_23(A_1, A_0.class597_0.class1111_5);
        this.class162_0.method_23(A_1, A_0.class597_0.class1111_42);
        this.class147_0.method_23(A_1, A_0.class597_0.class1111_43);
        this.class344_0.method_0(A_1, A_0.class597_0.class1111_37.int_0, A_0.class597_0.class1111_37.int_1);
        smethod_0(this.class162_0);
        smethod_0(this.class147_0);
        this.method_0();
    }
コード例 #2
0
ファイル: CodeCompiler.cs プロジェクト: catontheway/AxTools
        private bool Method_2(string string2)
        {
            Class153 class2 = new Class153
            {
                String0 = string2
            };

            return(AppDomain.CurrentDomain.GetAssemblies().Any(class2.Method_0));
        }
コード例 #3
0
 internal Class1065()
 {
     this.class153_0         = new Class153();
     this.class155_0         = new Class155();
     this.stringCollection_0 = new StringCollection();
     this.class162_0         = new Class162();
     this.class147_0         = new Class147(0);
     this.class344_0         = new Class344();
     this.hashtable_1        = new Hashtable();
 }
コード例 #4
0
        DynamicMetaObject DynamicMetaObject.BindUnaryOperation(UnaryOperationBinder binder)
        {
            Class153 <T> class2 = new Class153 <T> {
                unaryOperationBinder_0 = binder,
                class143_0             = (Class143 <T>) this
            };

            if (!this.method_0("TryUnaryOperation"))
            {
                return(base.BindUnaryOperation(class2.unaryOperationBinder_0));
            }
            return(this.method_1("TryUnaryOperation", class2.unaryOperationBinder_0, Class143 <T> .expression_0, new Delegate2 <T>(class2.method_0), null));
        }
コード例 #5
0
 public abstract void Visit(Class153 c);
コード例 #6
0
 public override void Visit(Class153 c) { }