Exemplo n.º 1
0
 public Class184(Class189 class189_1)
 {
     this.class189_0 = class189_1;
     this.class190_0 = new Class190(class189_1);
     this.class200_0 = new Class200();
     this.byte_0     = new byte[65536];
     this.short_0    = new short[32768];
     this.short_1    = new short[32768];
     this.int_10     = 1;
     this.int_9      = 1;
 }
Exemplo n.º 2
0
 public Class184(Class189 class1891)
 {
     _class1890 = class1891;
     _class1900 = new Class190(class1891);
     _class2000 = new Class200();
     _byte0     = new byte[65536];
     _short0    = new short[32768];
     _short1    = new short[32768];
     _int10     = 1;
     _int9      = 1;
 }
 public abstract void Visit(Class200 c);
 public override void Visit(Class200 c) { }
Exemplo n.º 5
0
        public TitleId(string id)
        {
            id         = id.ToUpper();
            this.IdRaw = id.Substring(0, 16);
            string string_0 = id.Substring(0, 8);

            // ISSUE: reference to a compiler-generated method
            switch (Class200.smethod_0(string_0))
            {
            case 307253171:
                if (string_0 == "0005000C")
                {
                    this.System = GEnum3.const_1;
                    this.IdType = GEnum1.const_2;
                    break;
                }
                goto default;

            case 407918885:
                if (string_0 == "0005000E")
                {
                    this.System = GEnum3.const_1;
                    this.IdType = GEnum1.const_0;
                    break;
                }
                goto default;

            case 769560898:
                if (string_0 == "0004000E")
                {
                    this.System = GEnum3.const_0;
                    this.IdType = GEnum1.const_0;
                    break;
                }
                goto default;

            case 792022325:
                if (string_0 == "00010001")
                {
                    this.System = GEnum3.const_3;
                    this.IdType = GEnum1.const_1;
                    break;
                }
                goto default;

            case 2583915261:
                if (string_0 == "00048004")
                {
                    this.System = GEnum3.const_0;
                    this.IdType = GEnum1.const_4;
                    break;
                }
                goto default;

            case 3135102009:
                if (string_0 == "00040000")
                {
                    this.System = GEnum3.const_0;
                    this.IdType = GEnum1.const_3;
                    break;
                }
                goto default;

            case 3276788566:
                if (string_0 == "00050000")
                {
                    this.System = GEnum3.const_1;
                    this.IdType = GEnum1.const_1;
                    break;
                }
                goto default;

            case 3622932888:
                if (string_0 == "0004008C")
                {
                    this.System = GEnum3.const_0;
                    this.IdType = GEnum1.const_2;
                    break;
                }
                goto default;

            default:
                this.System = GEnum3.const_1;
                this.IdType = GEnum1.const_5;
                break;
            }
            this.Low  = id.Substring(0, 8);
            this.High = id.Substring(8, 8);
        }