G
Guest
I am trying to develop an easy way to manage dll load addresses for my .NET
controls and libraries. I was wondering if through reflection or some other
type of mechanism in .NET that I could examine the compiled dll to determine
what its base load address is and its size? With that information I could
create a visual map to use to organize my dll's and ensure they all play
nicely.
Thanks...
controls and libraries. I was wondering if through reflection or some other
type of mechanism in .NET that I could examine the compiled dll to determine
what its base load address is and its size? With that information I could
create a visual map to use to organize my dll's and ensure they all play
nicely.
Thanks...