Reflect and Load code at design time in Visual Studio

Posted by Stacey on Stack Overflow See other posts from Stack Overflow or by Stacey
Published on 2010-03-14T20:41:55Z Indexed on 2010/03/14 20:45 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

I have an XML file that lists a series of items, and the items are often referenced by their name in code.

Is there any way to use reflection within Visual Studio to make this list 'accessible' sort of like intellisence? I've seen it done before - and I'm pretty sure it's ridiculously difficult, but I figure it can't hurt to at least ask.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about c#