Hello guys,
could someone tell me how to package few files into a dll file, i figured it out how to do it in the command line, for example, the command below uses the command line compiler,
csc /res:Code.dll /res:Bitmap.gif /res
ata.xml /out:Update2.dll
/t:library
this command packages bitmap.gif, code.dll and data.xml into the update2.dll
Could someone tell me how to do this in C#, programmatically.
And it would also be helpful if you could provide me with some weblinks, on how to access the file and handle them in a folder programatically in c#. Thank you guys in advace.
Regards,
Ananth.
could someone tell me how to package few files into a dll file, i figured it out how to do it in the command line, for example, the command below uses the command line compiler,
csc /res:Code.dll /res:Bitmap.gif /res
/t:library
this command packages bitmap.gif, code.dll and data.xml into the update2.dll
Could someone tell me how to do this in C#, programmatically.
And it would also be helpful if you could provide me with some weblinks, on how to access the file and handle them in a folder programatically in c#. Thank you guys in advace.
Regards,
Ananth.