Method | Description | |
---|---|---|
DefaultGenericHandler ( |
||
Dispose ( ) : void | ||
ReleaseCore ( Burden burden ) : bool | ||
Supports ( |
||
SupportsAssignable ( |
Method | Description | |
---|---|---|
AdaptServices ( |
||
BuildSubHandler ( |
||
GetSubHandler ( |
||
InitDependencies ( ) : void | ||
Resolve ( CreationContext context, bool instanceRequired ) : object | ||
SupportsAssignable ( |
Method | Description | |
---|---|---|
AdaptClassServices ( |
||
AdaptInterfaceServices ( |
||
CloneParentProperties ( |
Clone some of the parent componentmodel properties to the generic subhandler. The following properties are copied: |
|
EnsureClassMappingInitialized ( |
||
EnsureInterfaceMappingInitialized ( |
||
GetClosedImplementationType ( CreationContext context, bool instanceRequired ) : |
||
GetExtendedProperties ( ) : IDictionary | ||
GetGenericArguments ( CreationContext context ) : System.Type[] |
protected AdaptServices ( |
||
closedImplementationType | ||
requestedType | ||
return | System.Type[] |
protected BuildSubHandler ( |
||
closedImplementationType | ||
requestedType | ||
return | IHandler |
public DefaultGenericHandler ( |
||
model | ||
implementationMatchingStrategy | IGenericImplementationMatchingStrategy | |
serviceStrategy | IGenericServiceStrategy | |
return | System |
protected GetSubHandler ( |
||
genericType | ||
requestedType | ||
return | IHandler |
protected Resolve ( CreationContext context, bool instanceRequired ) : object | ||
context | CreationContext | |
instanceRequired | bool | |
return | object |
public SupportsAssignable ( |
||
service | ||
return | bool |
protected SupportsAssignable ( |
||
service | ||
modelService | ||
serviceArguments | ||
return | bool |