I am curretly porting an open source language www.harbour-project.org to
..NET.
I have the following IL coding question, hopefully someone may provide me
some guidance:
I have some objects ("object" type) placed at the stack. Then I need to
create an ArrayList and pop those objects from the...
more >>
Hi all,
I'm developing a tool that explores contents of
assemblies via reflection. When the tool is requested to
get some information from an assembly, it loads the
assembly and reads the information. I would like unload
the assembly immediately after to prevent it from locking
and give t...
more >>
I'm seeing some very strange behavior with the GC under C#. I'm seeing it
in two different applications that have nothing in common except that they
both use and release a lot of memory in BYTE or CHAR arrays.
The first one is easier to describe, but the behavior is similar in both.
WinXP o...
more >>