L
Lance Johnson
We want to be able to load the classes from a directory that derive from a
particular base class. So the question is whether attributes for each
deriving class will help us in finding these classes faster or not?
We currently have attributes and use those, but it seems very slow to go
through all the assemblies and try to get all of the attributes from there.
I'm looking for a way to speed this up and wanted to know if anybody is
doing something similar and had any pointers as far as speed.
Lance Johnson
particular base class. So the question is whether attributes for each
deriving class will help us in finding these classes faster or not?
We currently have attributes and use those, but it seems very slow to go
through all the assemblies and try to get all of the attributes from there.
I'm looking for a way to speed this up and wanted to know if anybody is
doing something similar and had any pointers as far as speed.
Lance Johnson