Skip to content

Instantly share code, notes, and snippets.

@jeremydmiller
Created February 18, 2014 01:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Container.WhatDoIHave()
==============================================================================================================================================================
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