Method | Description | |
---|---|---|
GetIProviderInjectBinding ( string key, object requiredBy, bool mustBeInjectable, string providerKey ) : Binding | ||
GetInjectBinding ( string key, string className, bool mustBeInjectable ) : Binding | ||
GetLazyInjectBinding ( string key, object requiredBy, string lazyKey ) : Binding | ||
GetRuntimeModule ( |
Method | Description | |
---|---|---|
FailIfNoReflection ( ) : void |
public GetIProviderInjectBinding ( string key, object requiredBy, bool mustBeInjectable, string providerKey ) : Binding | ||
key | string | |
requiredBy | object | |
mustBeInjectable | bool | |
providerKey | string | |
return | Binding |
public GetInjectBinding ( string key, string className, bool mustBeInjectable ) : Binding | ||
key | string | |
className | string | |
mustBeInjectable | bool | |
return | Binding |
public GetLazyInjectBinding ( string key, object requiredBy, string lazyKey ) : Binding | ||
key | string | |
requiredBy | object | |
lazyKey | string | |
return | Binding |
public GetRuntimeModule ( |
||
moduleType | ||
moduleInstance | object | |
return | RuntimeModule |