Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « metadata « Mono.PEToolkit « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d5fc6e4faf4a7b3642eb48b0479dcba3e53ba2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2003-03-01 Jackson Harper <jackson@latitudegeo.com>

	* MDStream.cs: Add methods to write metadata streams

2003-03-01 Jackson Harper <jackson@latitudegeo.com>

	* MetaDataRoot.cs: Add method to write Metadata

2003-02-20 Jackson Harper <jackson@latitudegeo.com>

	* MDStream.cs: Make Header a class and use a Read method to load it. Because it is no longer
	               being loaded by a utility method I can lower some accesibility levels.

2003-02-17 Jackson Harper <jackson@latitudegeo.com>

	* MDStream.cs: Use PEUtils.GetString instead of new string (byte*)
	* Rows.cs: Cast a bunch of enums to int when displaying them otherwise an Exception is thrown.,
	           this is probably a bug but I haven't had time to track it down yet.
	* StringHeap.cs: Use PEUtils.GetString instead of new string (byte*)