2004-11-14 Ben Maurer <bmaurer@ximian.com>
commitdc629f251b6bd6c7972b72190c14698ac09b1174
authorBen Maurer <benm@mono-cvs.ximian.com>
Sun, 14 Nov 2004 15:22:40 +0000 (14 15:22 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sun, 14 Nov 2004 15:22:40 +0000 (14 15:22 -0000)
tree6b006414e3fbd3f1883362445b2ad7ad640ae826
parentd071899d3e439d26b54a41335506e0dd7f3dd698
2004-11-14  Ben Maurer  <bmaurer@ximian.com>

* reflection.c (mono_image_create_pefile): take a file HANDLE.
rather than writing to memory, write to this file. Right now,
we are just writting into a buffer, and copying that. However
we can avoid the buffer later.

(mono_dynamic_stream_reset): new function

* icall.c, object-internals.h: update for the above.

svn path=/trunk/mono/; revision=36107
mono/metadata/ChangeLog
mono/metadata/icall.c
mono/metadata/object-internals.h
mono/metadata/reflection.c