Created
February 18, 2014 01:52
-
-
Save jeremydmiller/9063077 to your computer and use it in GitHub Desktop.
Container.WhatDoIHave()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================================================================================================================================================== | |
PluginType Namespace Lifecycle Description Name | |
-------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Func<TResult> System Transient Open Generic Template for Func<> (Default) | |
-------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
IContainer StructureMap Singleton Object: StructureMap.Container (Default) | |
-------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
IDevice StructureMap.Testing.Blogposts.Diagnostics Transient StructureMap.Testing.Blogposts.Diagnostics.DefaultDevice (Default) | |
Transient StructureMap.Testing.Blogposts.Diagnostics.ADevice A | |
ThreadLocalStorage StructureMap.Testing.Blogposts.Diagnostics.BDevice B | |
Singleton StructureMap.Testing.Blogposts.Diagnostics.CDevice C | |
-------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Lazy<T> System Transient Open Generic Template for Func<> (Default) | |
============================================================================================================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment