all groups > dotnet clr > june 2004 > threads for june 22 - 28, 2004
Filter by week: 1 2 3 4 5
Detecting number of processors
Posted by Stephen Walch at 6/25/2004 6:08:39 AM
I want to add "number of processors" to my license control system. I know I
can use Environment.GetEnvironmentVariable() to check for the environment
variable NUMBER_OF_PROCESSORS, but I do not know how easy this might be to
fake. Would I be better off using a Win32 sdk call to GetSystemInfo? ... more >>
\BaseNamedObjects\CorDBIPCLSEventReadName remaining handles ...
Posted by news.free.fr at 6/24/2004 5:50:39 PM
Hi,
I am working with the dotnet debugger API on windows XP, and when I
finish my debugging session using my own debugger, I have uncleaned
handles. My debugger is still alive and ready for a new debug run.
For instance \BaseNamedObjects\CorDBIPCLSEventReadName_2776
I can't find why tho... more >>
Decompile Attributes
Posted by Tom Bombadil at 6/24/2004 8:29:07 AM
Is there a means via Reflection to recreate the original C# source of an
Attribute? I'm familiar with the process of discovering the public fields,
properties and their values, but I'm a bit lost as to how one would know
which of these values map to parameters in the constructor. I've seen this
... more >>
Doubt about Garbage collection
Posted by Shiva at 6/24/2004 5:27:01 AM
Hi
I am writing a chat application
I have developed the chat server in which i am creating objects that represents the communicating parties and those will stay in memory till there is communication between them
when they logout i need to destroy the object from the memory
Because the appl... more >>
Extract an assembly from the GAC?
Posted by Jiho Han at 6/23/2004 4:01:34 PM
Is it posssible to get something out of the GAC to another folder?
Let's say you put an assembly into the GAC but you deleted the source - by
accident no less -.
Any ideas?
Thanks
... more >>
Smart client template solution ???
Posted by gicio NO[at]SPAM gmx.de at 6/23/2004 11:46:25 AM
HI!
I am currently at the beginning of a new project and I would like to start
with something out of the box. As we started our Web project we used IBuySpy
Portal
and it worked fine because we did not waste our time on authentification,
authorisation and all that but we were able to start... more >>
static members
Posted by Greg Young at 6/22/2004 2:24:50 PM
Has anyone dealt with putting static implementations in interfaces ? you
"can" do it (I am sure in IL) ... I'm wonderring if vb.net and c# play nice
when you do it ...
... more >>
Must you really pin delegates when marshalling them as function pointers?
Posted by Bern McCarty at 6/22/2004 12:43:12 PM
Using the May CTP of VS 2005 I read an article "How to: Marshal Unicode
Strings using C++ Interop". That article talks about the need to pin the
delegate prior to marshaling it out to native code as a function pointer.
But then in the 2nd example it proceeds to NOT pin it and to instead simply... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to tell mscoree.dll to load MSCORSVR.DLL?
Posted by Yuan Ze at 6/22/2004 12:19:51 PM
MSCORSVR.DLL is the multiprocessor build of the CLR.
How to load it instead of MSCORWKS.DLL?
Thanks.
... more >>
|