Friends,
I have one problem with opening project/solution and it's members using
EnvDTE.
I have a project. Which I want to open in memory and want to check out any
types/members declared with IsEditable attribute. IsEditable is my custom
attribute.
It can be declared at class level, method or property level.
EnvDTE namespace allows to load project. But I am not able to check whether
there is any member with this attribute or not.
Whereas, System.CodeDom allows to check attribute of members (that's what I
think) but, I am not able to load entire project or solution using this
namespace.
Do you have any idea, how can i do that?
Please help...
Thanks in advance,
pratik
Richard Blewett [DevelopMentor] - 13 Sep 2004 13:02 GMT
Just to clarify:?
You want to process the source code and find classes with the attribute?
Or
You want to process the compiled assembly and find classes with the attribute?
Regards
Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog
nntp://news.microsoft.com/microsoft.public.dotnet.framework/
Friends,
I have one problem with opening project/solution and it's members using EnvDTE.
I have a project. Which I want to open in memory and want to check out any types/members declared with IsEditable attribute. IsEditable is my custom attribute.
It can be declared at class level, method or property level.
EnvDTE namespace allows to load project. But I am not able to check whether there is any member with this attribute or not.
Whereas, System.CodeDom allows to check attribute of members (that's what I
think) but, I am not able to load entire project or solution using this namespace.
Do you have any idea, how can i do that?
Please help...
Thanks in advance,
pratik
[microsoft.public.dotnet.framework]