1

I have a ever growing project using StructureMap as the IOC container. I am trying to reduce the amount of code in the StructureMap registries by using the auto-registration with Scan(). As I make changes is there an easy way to dump the current container to the console so i can see if the changes have done what I expected?

4

1 回答 1

3

From memory I think this will do it:

ObjectFactory.WhatDoIHave
于 2009-08-04T00:32:25.107 回答