Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modifying assembly

Status
Not open for further replies.

vladibo

Programmer
Sep 14, 2003
161
CA

I have a given .NET assembly myassembly.dll
Inside that assembly I have a class MyNameSpace.MyClass
I wamt to change that class but I don't want to change other classes

Is there any way to extract that class from the DLL and then to recompile it with the new class, assuming that I have the source for MyNameSpace.MyClass but non of the other sources?

Thank you in advance
 
Google for MSIL dissassemblers.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Thanks chiph, I have found two, but the problem is that they don't decompile correctly all the code, so I want to change just one class without changing the other classes
 
Can't help you, then -- I keep up with my source code so I don't have this problem.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top