Book a Demo

Author Topic: .NET: adding a single class from the framework.  (Read 3136 times)

dirc

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
.NET: adding a single class from the framework.
« on: March 10, 2006, 07:34:05 am »
Every so often, I would like to add a class from the framework just to be able to show what is happening.

Is there a quick way of doing this without having to reverse engineer the whole of the System namespace?

I have done this once and found it just created a lot of noise which I don't want. I deleted most of the classes I didn't use. Now that I need one of those classes again, I now need to reverse engineer the whole system namespace again just to get the one class.

Would it be possible to reverse engineer the framework classes into a seperate area/ project and then only bring in the ones I want to actally use?
dirc

Oliver Michalski

  • EA User
  • **
  • Posts: 116
  • Karma: +0/-0
    • View Profile
Re: .NET: adding a single class from the framework
« Reply #1 on: March 10, 2006, 07:54:38 am »
Hi again,

I think you have the best solution method already found.I have a model of the NET Framework, which I reuse for all my projects. I had once the work and save otherwise the stress.

Oliver  ;)