Метод | Описание | |
---|---|---|
LightweightFactory ( IKernel kernel, IDelegateBuilder delegateBuiler ) : System | ||
Load ( string key, |
||
Load ( string key, |
Метод | Описание | |
---|---|---|
ExtractServiceName ( string key ) : string | ||
GetHandlerToBeResolvedByDelegate ( |
||
GetInvokeMethod ( |
||
HasReturn ( |
||
ShouldLoad ( string key, |
protected ExtractServiceName ( string key ) : string | ||
key | string | |
Результат | string |
protected GetHandlerToBeResolvedByDelegate ( |
||
invoke | ||
serviceName | string | |
Результат | IHandler |
protected GetInvokeMethod ( |
||
@delegate | ||
Результат |
protected HasReturn ( |
||
invoke | ||
Результат | bool |
public LightweightFactory ( IKernel kernel, IDelegateBuilder delegateBuiler ) : System | ||
kernel | IKernel | |
delegateBuiler | IDelegateBuilder | |
Результат | System |
public Load ( string key, |
||
key | string | |
service | ||
Результат | IRegistration |
public Load ( string key, |
||
key | string | |
service | ||
arguments | IDictionary | |
Результат | IRegistration |
protected ShouldLoad ( string key, |
||
key | string | |
service | ||
Результат | bool |