Example #1
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("id", this.int_0);
     w.WriteField("idName", this.string_0);
     w.WriteField("index", this.int_1);
     w.WriteField("item", (IDumpable)this.class496_0);
 }
Example #2
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("index", this.uint_0);
     w.WriteField("name", this.string_0);
     w.WriteField("indexes", (ICollection)this.list_0);
     w.WriteField("propertyDescriptors", (ICollection)this.list_1);
     w.WriteField("properties", (ICollection)this.list_2);
 }
Example #3
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("totalDataSize", this.ulong_0);
     w.WriteField("pageCount", this.uint_0);
     w.WriteField("pageSize", this.uint_1);
     w.WriteField("lastPageSize", this.uint_2);
     w.WriteField("pages", (ICollection)this.list_0);
 }
Example #4
0
 public virtual void Dump(DumpWriter w)
 {
     w.WriteField("signature", this.ushort_0);
     w.WriteField("name", Encodings.Ascii.GetString(this.byte_0, 0, this.byte_0.Length));
     w.WriteField("segmentIndex", this.uint_0);
     w.WriteField("unknown1", this.int_1);
     w.WriteField("segmentSize", this.uint_1);
     w.WriteField("unknown2", this.int_2);
     w.WriteField("dataStorageRevision", this.int_3);
     w.WriteField("unknown3", this.int_4);
     w.WriteField("systemDataAlignmentOffset", this.int_5);
     w.WriteField("objectDataAlignmentOffset", this.int_6);
 }
Example #5
0
 public override void Dump(DumpWriter w)
 {
     base.Dump(w);
     w.OpenObject("segmentIndexes");
     foreach (uint num in this.hashSet_0)
     {
         w.WriteLine(num.ToString() + ",");
     }
     w.CloseObject();
     w.WriteField("schemaNames", (ICollection)this.list_0);
     w.WriteField("schemaEntries", (ICollection)this.list_1);
     w.WriteField("propertyEntries", (ICollection)this.list_2);
 }
Example #6
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("flags", (int)this.enum52_0);
     w.WriteField("nameIndex", this.uint_1);
     w.WriteField("type", this.uint_2);
     w.WriteField("customTypeSize", this.uint_3);
     w.WriteField("typeSize", this.uint_4);
     w.WriteField("unknown1", this.uint_5);
     w.WriteField("unknown2", this.uint_6);
     w.WriteField("propertyValues", (ICollection)this.list_0);
     w.WriteField("name", this.string_0);
 }
Example #7
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("schemaNameIndex", this.uint_0);
     w.WriteField("sortedIndexes", (ICollection)this.list_0);
     w.WriteLine("idIndexesSet {");
     foreach (Class46.Class47[] class47Array in this.class47_0)
     {
         w.WriteLine("item[] {");
         foreach (Class46.Class47 class47 in class47Array)
         {
             w.WriteField("item", (IDumpable)class47);
         }
         w.WriteLine("}");
     }
     w.WriteLine("}");
 }
Example #8
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("schemas", (ICollection)this.list_0);
     w.WriteField("schemaUnknownProperties", (ICollection)this.list_1);
     w.WriteField("schemaSearchDataList", (ICollection)this.list_2);
     w.OpenObject("handleToDataRecord");
     foreach (KeyValuePair <Enum53, Class560> keyValuePair1 in this.dictionary_0)
     {
         w.WriteLine("Record type: {0}, handle + data count: {1}", (object)keyValuePair1.Key, (object)keyValuePair1.Value.Count);
         foreach (KeyValuePair <ulong, List <Stream> > keyValuePair2 in (Dictionary <ulong, List <Stream> >)keyValuePair1.Value)
         {
             w.Write("{0}: ", (object)keyValuePair2.Key);
             foreach (Stream stream in keyValuePair2.Value)
             {
                 w.Write("DataRecord: ");
                 w.Write(stream);
             }
             w.WriteLine(",");
         }
     }
     w.CloseObject();
 }
Example #9
0
 public new void Dump(DumpWriter w)
 {
     w.WriteField("totalDataSize", this.ulong_1);
     w.WriteField("pageStartOffset", this.ulong_2);
     w.WriteField("pageIndex", this.int_2);
     w.WriteField("pageCount", this.int_3);
     w.WriteField("pageDataSize", this.ulong_3);
     w.WriteField("binaryData", (IDumpable)this.class882_0);
 }
Example #10
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("index", this.uint_0);
     w.WriteField("segmentIndex", this.uint_1);
     w.WriteField("localOffset", this.uint_2);
 }
Example #11
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("fileSignature", this.uint_1);
     w.WriteField("fileHeaderSize", this.int_2);
     w.WriteField("unknown1", this.int_3);
     w.WriteField("version", this.int_4);
     w.WriteField("unknown2", this.int_5);
     w.WriteField("dataStorageRevision", this.int_6);
     w.WriteField("segmentIndexOffset", this.uint_2);
     w.WriteField("segmentIndexUnknown", this.int_7);
     w.WriteField("segmentIndexEntryCount", this.int_8);
     w.WriteField("schemaIndexSegmentIndex", this.uint_3);
     w.WriteField("dataIndexSegmentIndex", this.uint_4);
     w.WriteField("searchSegmentIndex", this.uint_5);
     w.WriteField("previousSaveIndex", this.uint_6);
     w.WriteField("fileSize", this.int_9);
 }
Example #12
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("dataSize", this.uint_0);
     w.WriteField("unknownFlags", this.uint_1);
 }
Example #13
0
 public override void Dump(DumpWriter w)
 {
     base.Dump(w);
     w.WriteField("schemas", (ICollection)this.list_0);
     w.WriteField("unknownProperties", (ICollection)this.list_1);
 }
Example #14
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("schemaIndex", this.uint_0);
     w.WriteField("columns", (ICollection)this.list_0);
 }
Example #15
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("name", this.string_0);
     w.WriteField("dataType", (byte)this.enum26_0);
     w.WriteField("data", (IDumpable)this.struct18_0);
 }
Example #16
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("code", this.int_0);
     w.WriteField("value", this.ValueString);
 }
Example #17
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("offset", this.ulong_0);
     w.WriteField("size", this.uint_0);
 }
Example #18
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("handle", this.ulong_0);
     w.WriteField("indexes", (ICollection)this.list_0);
 }
Example #19
0
 public virtual void Dump(DumpWriter w)
 {
     w.WriteField("header", (IDumpable)this.class681_0);
     w.WriteField("startOffset", this.ulong_0);
 }
Example #20
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("handle", this.ulong_0);
     w.WriteField("localOffset", this.uint_0);
     w.WriteField("referencedObject", "object");
 }
Example #21
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("segmentIndex", this.uint_0);
     w.WriteField("size", this.uint_1);
 }
Example #22
0
 public override void Dump(DumpWriter w)
 {
     base.Dump(w);
     w.WriteField("entries", (ICollection)this.list_0);
 }
Example #23
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("bytes", this.stream_0);
 }
Example #24
0
 public void Dump(DumpWriter w)
 {
     w.WriteField("offset", this.int_0);
     w.WriteField("length", this.int_1);
     w.WriteField("stream", this.stream_0, this.int_0, this.int_1);
 }