F
fuchs.markus
Hello,
I have a question regarding the copyrights of .NET Framework-Source
Code and hope, that sb. can help me.
Suppose, I want to extend the functionality of a ASP.NET server control
by deriving from it. Through the design process I get to a point, where
I would have to inherit a class that is declared as internal.
I look in the object browser and see that the internal class's base
class is public.
So my solution is to rebuild the internal class by inheriting the
public base class and extend it with my code.
And here comes the point where it gets interesting:
To rebuild the internal class I must know what it does. So I look at
the source code of the class in .NET Reflector.
Now I could simply copy the source, but I guess I violate copyright by
doing this.
Can somebody help me out here?
Thx
Markus
I have a question regarding the copyrights of .NET Framework-Source
Code and hope, that sb. can help me.
Suppose, I want to extend the functionality of a ASP.NET server control
by deriving from it. Through the design process I get to a point, where
I would have to inherit a class that is declared as internal.
I look in the object browser and see that the internal class's base
class is public.
So my solution is to rebuild the internal class by inheriting the
public base class and extend it with my code.
And here comes the point where it gets interesting:
To rebuild the internal class I must know what it does. So I look at
the source code of the class in .NET Reflector.
Now I could simply copy the source, but I guess I violate copyright by
doing this.
Can somebody help me out here?
Thx
Markus