**** Merged from MCS ****
[mono-project.git] / mcs / class / Mono.PEToolkit / metadata / ChangeLog
blob2d5fc6e4faf4a7b3642eb48b0479dcba3e53ba2e
1 2003-03-01 Jackson Harper <jackson@latitudegeo.com>
3         * MDStream.cs: Add methods to write metadata streams
5 2003-03-01 Jackson Harper <jackson@latitudegeo.com>
7         * MetaDataRoot.cs: Add method to write Metadata
9 2003-02-20 Jackson Harper <jackson@latitudegeo.com>
11         * MDStream.cs: Make Header a class and use a Read method to load it. Because it is no longer
12                        being loaded by a utility method I can lower some accesibility levels.
14 2003-02-17 Jackson Harper <jackson@latitudegeo.com>
16         * MDStream.cs: Use PEUtils.GetString instead of new string (byte*)
17         * Rows.cs: Cast a bunch of enums to int when displaying them otherwise an Exception is thrown.,
18                    this is probably a bug but I haven't had time to track it down yet.
19         * StringHeap.cs: Use PEUtils.GetString instead of new string (byte*)
20