Method | Description | |
---|---|---|
LightweightFactory ( IKernel kernel, IDelegateBuilder delegateBuiler ) : System | ||
Load ( string key, |
||
Load ( string key, |
Method | Description | |
---|---|---|
ExtractServiceName ( string key ) : string | ||
GetHandlerToBeResolvedByDelegate ( |
||
GetInvokeMethod ( |
||
HasReturn ( |
||
ShouldLoad ( string key, |
protected ExtractServiceName ( string key ) : string | ||
key | string | |
return | string |
protected GetHandlerToBeResolvedByDelegate ( |
||
invoke | ||
serviceName | string | |
return | IHandler |
protected GetInvokeMethod ( |
||
@delegate | ||
return |
protected HasReturn ( |
||
invoke | ||
return | bool |
public LightweightFactory ( IKernel kernel, IDelegateBuilder delegateBuiler ) : System | ||
kernel | IKernel | |
delegateBuiler | IDelegateBuilder | |
return | System |
public Load ( string key, |
||
key | string | |
service | ||
return | IRegistration |
public Load ( string key, |
||
key | string | |
service | ||
arguments | IDictionary | |
return | IRegistration |
protected ShouldLoad ( string key, |
||
key | string | |
service | ||
return | bool |