StructureMap: Programmatically retrieves a list of instance keys from StructureMap.config
I have defined a for a specific interface in my StructureMap.config. There can be many different specific types available.
I would like to programmatically get a list of the available instance keys (names) currently available without actually parsing the StructureMap.config file itself. Is there any way to do this?
+2
source to share