how to create automatically a DLL using a Command line

G

Guest

I want to encapsulate many files in a DLL.

Is threre a way to create a DLL automaticaly via code not having to create a
project in visual studio dot net?
 
B

Barry Kelly

Bruce One said:
I want to encapsulate many files in a DLL.

Is threre a way to create a DLL automaticaly via code not having to create a
project in visual studio dot net?

You normally create a C# DLL using "csc /t:library".

-- Barry
 

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

Top