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