EnvDTE of CodeDom

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 10/09/2004

[microsoft.public.dotnet.framework]
 
Back
Top