Create dll Like AL.exe in c# with Framework class

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

Guest

I want create an Assemby Ressource by Code.

In First time i wanted create ressources files with Resgen.exe and now i
find the System.Ressource Class . Now I can create directly my ressources
class in c# !

My question is :
Now how to do the same than this command :
al.exe /t:lib /embed:myressource.resources /culture:en /out:mydll.dll
with framework classes in c# ? Is it possible ?



Thx
 
Look up the "Process" class in the online help and see if that does what you
are looking for.
 
Back
Top