S
skbergam
Does anyone know if there is a way to retrieve a collection of all
instances of a certain type in the current AppDomain? I want to have
a function on my utility class with the following signature:
public static IEnumerable<T> GetAllInstances()
Does anyone know if this is possible?
instances of a certain type in the current AppDomain? I want to have
a function on my utility class with the following signature:
public static IEnumerable<T> GetAllInstances()
Does anyone know if this is possible?