What Language Features Do You Miss In C#?
The Lounge
102
Posts
36
Posters
9
Views
1
Watching
-
You're right that garbage collection and relocation would invalidate the address, but this is only done when the application runs out of memory. Even better would be a way to watch a variable in another class, which would track these relocations. But that would require a more extensive change to the framework. Watching an address would be just about as useful, and is a more modest request.
Isn't there something like this in the threading area of .Net? And I believe there's discussions on this regarding going across domains.
-
Isn't there something like this in the threading area of .Net? And I believe there's discussions on this regarding going across domains.
Are you talking about a class that does this in System.Threading?