System.Reflection.AssemblyBuilder

  • Thread starter Thread starter Michael Sander
  • Start date Start date
M

Michael Sander

Hello ng,
anyone knowns how to add a reference to an assembly to
System.Reflection.AssemblyBuilder?

In System.Web.Compilation.AssemblyBuilder is a function like
AddAssemblyReference, but not in System.Reflection.

Regards,
Michael
 
Do you need to?

I've used AssemblyBuilder (et al) a number of times, and /if/ I
remember correctly, it seems to simply infer references from the types
that you use in the emitted code.

Marc
 

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