How to detect the existence of a class at runtime in C#
Posted
by Olaseni
on Stack Overflow
See other posts from Stack Overflow
or by Olaseni
Published on 2010-03-27T05:12:10Z
Indexed on
2010/03/27
5:23 UTC
Read the original article
Hit count: 301
Is it possible in a .NET app (C#), to conditionally detect if a class is defined at runtime?
Sample implementation - say you want to create a class object based on a configuration option?
© Stack Overflow or respective owner