Method | Description | |
---|---|---|
DefaultComponentActivator ( |
Initializes a new instance of the DefaultComponentActivator class.
|
Method | Description | |
---|---|---|
CanSatisfyDependency ( |
||
CreateConstructorArguments ( |
||
CreateInstance ( |
||
CreateInstanceCore ( |
||
Instantiate ( |
||
InternalCreate ( |
||
InternalDestroy ( object instance ) : void | ||
SelectEligibleConstructor ( |
||
SetUpProperties ( object instance, |
Method | Description | |
---|---|---|
BestPossibleScore ( |
||
BestScoreSoFar ( int candidatePoints, int winnerPoints, |
||
CheckCtorCandidate ( |
||
FastCreateInstance ( |
||
ObtainPropertyValue ( |
protected CanSatisfyDependency ( |
||
context | ||
dependency | ||
return | bool |
protected CreateConstructorArguments ( |
||
constructor | ||
context | ||
return | object[] |
protected CreateInstance ( |
||
context | ||
constructor | ||
arguments | object | |
return | object |
protected CreateInstanceCore ( |
||
constructor | ||
arguments | object | |
implType | ||
return | object |
public DefaultComponentActivator ( |
||
model | ||
kernel | IKernelInternal | |
onCreation | ComponentInstanceDelegate | |
onDestruction | ComponentInstanceDelegate | |
return | System |
protected Instantiate ( |
||
context | ||
return | object |
protected InternalCreate ( |
||
context | ||
return | object |
protected InternalDestroy ( object instance ) : void | ||
instance | object | |
return | void |
protected SelectEligibleConstructor ( |
||
context | ||
return |
protected SetUpProperties ( object instance, |
||
instance | object | |
context | ||
return | void |