Watch Mike Schinkel interview Joe Binder (PM of VB's My feature) about VB 2005's "My" Classes. Not into video, check out my article on the same topic.
Comments
- Anonymous
May 10, 2004
Duncan, dude!
Can you use the My classes in C#? I don't see any namespace references in the code samples for your article and I was wondering what namespace one would import to get at it. That is, unless the My stuff is somhow cooked into VB and not available in other managed languages? - Anonymous
May 13, 2004
Nick,
My understanding is "My" includes IDE extensions to VB which you can't use in C#, but the classes that don't require IDE extensions can be used in C#. If not, can you clarify Duncan?