Method | Description | |
---|---|---|
GenericBuildPlan ( |
Initializes a new instance of the GenericBuildPlan class.
|
Method | Description | |
---|---|---|
Create ( CreateContext context, object arguments ) : object |
Creates the actual instance Uses the |
|
GetCreateDelegate ( ) : ObjectActivator |
Used to create the delegate used to create the instance.
|
protected Create ( CreateContext context, object arguments ) : object | ||
context | CreateContext | |
arguments | object | Constructor arguments |
return | object |
public GenericBuildPlan ( |
||
concreteType | Type to construct. | |
services | IEnumerable |
Servies |
lifetime | Lifetime | The lifetime. |
instanceStrategy | IInstanceStrategy | Used to either fetch or create an instance. |
return | System |
protected GetCreateDelegate ( ) : ObjectActivator | ||
return | ObjectActivator |