TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akkiraju Ivaturi
NA
8.7k
4.2m
List all the classes that implement a specific interface
Aug 12 2012 5:04 AM
My requirement is something as below:
I need a method which takes a parameter as an Interface name and the return type should be list of all the classes that implement the interface using reflection.
Reply
Answers (
2
)
I would like to list all the sub classes of a given class name in a DLL using reflection in C#.
Check if a type is a abstract class or interface or just a base class