Skip to content

Instantly share code, notes, and snippets.

@jeremydmiller
Created February 18, 2014 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremydmiller/9063077 to your computer and use it in GitHub Desktop.
Save jeremydmiller/9063077 to your computer and use it in GitHub Desktop.
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