Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet clr > july 2004 > threads for july 29 - 31, 2004

Filter by week: 1 2 3 4 5

Loading the whole DLL?
Posted by Lei Jiang at 7/31/2004 12:22:43 PM
There are several questions : When the program start, does it load all the assembly it referenced? When the assembly is loaded, does CLR only load the menifest of the assembly, or load the whole dll? If it does not load the whole dll, when I use a type in that assembly, does the CLR load the...more >>


Can't find a way to get the ICeeGen interface
Posted by Nadav at 7/31/2004 5:07:01 AM
Hi, 1. I am writing some kind of a CLI Linker 2. I am using the unmanaged meta-data API. I wonder browsing "cor.h" I have encountered the 'ICeeGen' this interface is retrieved by the 'ICorModule' interface, I didn't find any API that provide me the means to get an 'ICorModule' interface, how sh...more >>

What is class[] in CLR Profiler?
Posted by Lei Jiang at 7/30/2004 1:28:52 PM
I download the CLR profiler and run it. It's great and the documentation is very good. But I don't know what is class[] in graphs. It appears frequently but the document doesn't mention it. Is it the metadata? Thanks! ...more >>

bool - thread safety
Posted by rhashemian NO[at]SPAM hotmail.com at 7/30/2004 1:17:13 PM
hi all, this is what the clr docs say about boolean: This type is safe for multithreaded operations does this mean i can access a bool object from any thread without worrying about sync issues? pretty sure that's it, but just wanna make 100% sure. thanks, rh...more >>

shared Domain and Assembly loading
Posted by Clément_ESCOFFIER at 7/30/2004 10:23:52 AM
Hello, I have a little questions about Assemblies who are loaded in the shared Domain. When an AppDomain ( perhaps the Default Domain create for the executable ) want use a Shared Assembly ( who is in the shard domain ), how the assembly resolver find it ? And when appdomain find the ass...more >>

System.Drawing.Image.FromFile leaves file open longer than necessary: bug?
Posted by Lucvdv at 7/30/2004 10:12:29 AM
I just found out that BMP files loaded with Image.FromFile remain open until my application terminates. Is this a bug, or do I have to do something to make sure the file is closed? For example if this VB code (in a button click handler) is executed twice, the delete fails on the second pass...more >>

generating an EXE with an assembly with the unmanaged API
Posted by Michael Dulaney at 7/29/2004 8:05:34 AM
Hi, I'm trying to read a managed executable, modify the code in the executable's methods, and then write it to a new executable. I use IMetaDataImport to gather the metadata and IMetaDataEmit to generate the new metadata. I then write the information from IMetaDataEmit to a file via ...more >>



DevelopmentNow Blog