Method | Description | |
---|---|---|
DefaultHandler ( |
Initializes a new instance of the DefaultHandler class.
|
|
Dispose ( ) : void | ||
ReleaseCore ( Burden burden ) : bool |
disposes the component instance (or recycle it)
|
Method | Description | |
---|---|---|
AssertNotWaitingForDependency ( ) : void | ||
InitDependencies ( ) : void | ||
Resolve ( CreationContext context, bool instanceRequired ) : object | ||
ResolveCore ( CreationContext context, bool requiresDecommission, bool instanceRequired, Burden &burden ) : object |
Returns an instance of the component this handler is responsible for
|
Method | Description | |
---|---|---|
UnresolvableHandlerException ( ) : |
protected AssertNotWaitingForDependency ( ) : void | ||
return | void |
public DefaultHandler ( |
||
model | ||
return | System |
protected Resolve ( CreationContext context, bool instanceRequired ) : object | ||
context | CreationContext | |
instanceRequired | bool | |
return | object |
protected ResolveCore ( CreationContext context, bool requiresDecommission, bool instanceRequired, Burden &burden ) : object | ||
context | CreationContext | |
requiresDecommission | bool | |
instanceRequired | bool | |
burden | Burden | |
return | object |