Adding resources to an assembly

  • Thread starter Thread starter =?iso-8859-1?Q?Andreas_H=E5kansson?=
  • Start date Start date
?

=?iso-8859-1?Q?Andreas_H=E5kansson?=

Is it possible, with the use of code, to add a resource to an assembly? Perhaps
using the ResourceWriter ? Basiclly I want to do the equivalent of adding a file
to my project and making it an "embedded resource", but with the help of code
on another assembly.
 
Too add to the problem.. I want to add a resource to an external assembly, and
not the same assembly which the code is executed from =)

--
ANDREAS HÅKANSSON
STUDENT OF SOFTWARE ENGINEERING
andreas (at) selfinflicted.org
Is it possible, with the use of code, to add a resource to an assembly? Perhaps
using the ResourceWriter ? Basiclly I want to do the equivalent of adding a file
to my project and making it an "embedded resource", but with the help of code
on another assembly.
 
Back
Top