How to detect the existence of a class at runtime in C#
- by Olaseni
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?