VB.NET: Under The Covers

Being a curious kind of guy, I decided to look into some of the features unique to VB.NET.  A combination of some VB.NET code, ILDASM and Anakrino and my questions were answered!

Ever wonder how VB.NET implements static local variables since the CLR does not support this?  Read and find out!

Published Wednesday, May 28, 2003 10:30 PM by PSteele

Comments

# re: VB.NET: Under The Covers

Hehe, ILDASM+Anakrino :-). You should really take a look at .NET Reflector.

Wednesday, May 28, 2003 9:52 PM by Jakob

# re: VB.NET: Under The Covers

Haven't used Reflector in a while. I can't remember why I switched to Anarkino. I'll have to download it again and check it out.

Thursday, May 29, 2003 6:37 AM by Patrick Steele