Adding classes to existing assembly ?

O

Omikron

Hi,
I have a class compiled dynamically into an assembly using
VBCodeProvider (perhaps I will need to change this class into
something different in the future). My question is..is it possible now
to get this assembly and add some other compiled classes in ? Or there
is no other way than decompilling the dll and compile it once again ?

Thanks in advance
Bartek
 
A

Arne Vajhøj

Omikron said:
I have a class compiled dynamically into an assembly using
VBCodeProvider (perhaps I will need to change this class into
something different in the future). My question is..is it possible now
to get this assembly and add some other compiled classes in ? Or there
is no other way than decompilling the dll and compile it once again ?

Unless you want to start messing around with ILMerge, then
recompiling with the new stuff added is the way to go.

Arne
 

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