Method | Description | |
---|---|---|
Emit ( IDependency dependency, IImplementation>.IDictionary |
Emits the IFactory{T}.Create method call that will instantiate the current service instance.
|
|
FactoryCall ( System serviceType, string serviceName ) : System |
Initializes a new instance of the FactoryCall class.
|
|
GetMissingDependencies ( IDependencyContainer map ) : IEnumerable |
Gets the list of missing dependencies from the current implementation.
|
|
GetRequiredDependencies ( IDependencyContainer map ) : IEnumerable |
Returns the dependencies required by the current implementation.
|
public Emit ( IDependency dependency, IImplementation>.IDictionary |
||
dependency | IDependency | The dependency that describes the service to be instantiated. |
serviceMap | IImplementation>.IDictionary | The service map that contains the list of dependencies in the application. |
targetMethod | Mono.Cecil.MethodDefinition | The target method. |
return | void |
public FactoryCall ( System serviceType, string serviceName ) : System | ||
serviceType | System | The service type. |
serviceName | string | The service name. |
return | System |
public GetMissingDependencies ( IDependencyContainer map ) : IEnumerable |
||
map | IDependencyContainer | The implementation map. |
return | IEnumerable |
public GetRequiredDependencies ( IDependencyContainer map ) : IEnumerable |
||
map | IDependencyContainer | The implementation map. |
return | IEnumerable |