|
-
November 16th, 2008, 06:42 PM
#4
Re: Inheriting in DLLs?
After thinking about this for a minute, I now understand why I cannot access the base class of an intereted resource in a static method. I've assuming that its because the base class itself is not static. 
So my question...
Do you know if there is a way to expose my own method in a DLL where that method uses the base, inherted class (in this case FileStream)?
public int MyReadMethod(byte[] array, int count)
{
retrurn base.Read(array, 0, count);
}
Thanks tons 
Blake
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|