File tree Expand file tree Collapse file tree 1 file changed +77
-3
lines changed
Expand file tree Collapse file tree 1 file changed +77
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,84 @@ Internal String Object
1010----------------------
1111
1212.. csv-table ::
13- :header: "Fields "
13+ :header: "Object Header "
1414 :widths: 200
15-
16- Object Header
15+
1716 Pointer to Method Table
1817 String Length
1918 Unicode String
19+
20+ Internal String Object
21+ ----------------------
22+
23+ .. csv-table ::
24+ :header: "Assembly Table"
25+ :widths: 200
26+
27+ Number of Assemblies
28+ Pointer to Assembly 1..N
29+
30+ Assembly
31+ --------
32+
33+ .. csv-table ::
34+ :header: "Assembly"
35+ :widths: 200
36+
37+ Pointer to Assembly Name
38+ Pointer to Custom Attributes
39+ Flags: IsReflectionOnly
40+ Number of Types
41+ Pointer to Type Definition 1..N
42+
43+ Type Definition
44+ ---------------
45+
46+ .. csv-table ::
47+ :header: "Type Definition"
48+ :widths: 200
49+
50+ Pointer to Typeame
51+ Pointer to Custom Attributes
52+ Type Code & Attributes
53+ Type Size
54+ Pointer to Assembly
55+ Pointer to Parent Type
56+ Pointer to Declaring Type
57+ Pointer to Element Type
58+ Pointer to Default Constructor Method
59+ Pointer to Properties Table
60+ Pointer to Fields Table
61+ Pointer to Interface Slot Table
62+ Pointer to Interface Bitmap
63+ Number of Methods
64+ Pointer to Method 1..N
65+ Pointer to Method Definition 1..N
66+
67+ Fields Table
68+ ---------------
69+
70+ .. csv-table ::
71+ :header: "Fields Table"
72+ :widths: 200
73+
74+ Number of Fields
75+ Pointer to Field Definition 1..N
76+
77+ .. csv-table ::
78+ :header: "Field Definition"
79+ :widths: 200
80+
81+ Pointer to Fieldame
82+ Pointer to Custom Attributes
83+ Field Attributes
84+ Pointer to Field Type
85+ Address
86+ Offset / Size
87+
88+ .. csv-table ::
89+ :header: "Properties Table"
90+ :widths: 200
91+
92+ Number of Properties
93+ Pointer to Property Definition 1..N
You can’t perform that action at this time.
0 commit comments