Constructors
Methods
-
Describe
Build Creates the textual representation of the 'BuildPlan' for this InstancePlan(Int32) -
Eject
And Ejects any cached version of the object built by this Instance and removes the configured Instance completely from this ContainerRemove() -
Eject
Object() *Only* ejects the cached object built by this Instance from its lifecycle if it already exists. - Get``1() Returns the real object represented by this Instance resolved by the underlying Container
-
Object
Has Has the object already been created and cached in its Lifecycle? Mostly useful for Singleton'sBeen Created()
Properties
- Description
- Instance The underlying StructureMap model for building this configured Instance. ACCESS THIS WITH CAUTION!
- Lifecycle The lifecycle of this specific Instance
- Name
-
Plugin
Type -
Returned
Type The actual concrete type of this Instance. Not every type of IInstance can determine the ConcreteType