Add Reference List...

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

Guest

Hello,
Will anybody please help me !
to get programmatically the list of REFERENCE List ( which is found in the
Project Exploer Window) used in a project.?

Thank you
Rajesh S
 
Rajesh S said:
Will anybody please help me !
to get programmatically the list of REFERENCE List ( which is found in the
Project Exploer Window) used in a project.?

Well, there's no such concept as a project in .NET, but you can get the
list of assemblies listed by a specific assembly using
Assembly.GetReferencedAssemblies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top