I have created several type editors that require design-time reflection in order to accomplish their tasks. Using methods from the System.Reflection namespace works perfectly until the code is changed thereby modifying the type. After the code change, I have to rebuild the solution and restart Visual Studio before the reflection is up-to-date again.
I know there must be a way to gether reflection information at design-time (intellisense doesn't require you to rebuild and restart VS before it can be used). I've downloaded the October VSIP SDK and have been trying to gain access to the VsObjectModel, but I cannot seem to enumerate the libraries.
Am I going down the correct path trying to use the VsObjectManager, or is there another solution for design-time reflection that would work better

Design-time Reflection
eiger
Craig
kjordan