|
-
Jan 15th, 2008, 07:54 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] how to find derived class name
say i have a class 'MainClass'
now i have another class, 'Class1' and I inherit from 'MainClass' in this class.
for example:
public class Class1
inherits MainClass
end class
Is there a way that i can get the name of this class 'MainClass' that I've inherited from in 'Class1' ? i want to know if it is 'MainClass' that this class is inheriting from.
Basically, i want to be able to find out what the base classes are that my class inherits from.
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
|