Method | Description | |
---|---|---|
GetPlan ( |
Gets or creates an activation plan for the specified type.
|
|
Planner ( IEnumerable |
Initializes a new instance of the Planner class.
|
Method | Description | |
---|---|---|
CreateEmptyPlan ( |
Creates an empty plan for the specified type.
|
Method | Description | |
---|---|---|
CreateNewPlan ( |
Creates a new plan for the specified type. This method requires an active reader lock!
|
protected CreateEmptyPlan ( |
||
type | The type for which a plan should be created. | |
return | IPlan |
public GetPlan ( |
||
type | The type for which a plan should be created. | |
return | IPlan |
public Planner ( IEnumerable |
||
strategies | IEnumerable |
The strategies to execute during planning. |
return | System |