StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
strange.extensions.injector.api.IInjectorFactory Interface Reference

Interface for the Factory that instantiates all instances. More...

Inheritance diagram for strange.extensions.injector.api.IInjectorFactory:
strange.extensions.injector.impl.InjectorFactory

Public Member Functions

object Get (IInjectionBinding binding)
 Request instantiation based on the provided binding.
 
object Get (IInjectionBinding binding, object[] args)
 Request instantiation based on the provided binding and an array of Constructor arguments.
 

Detailed Description

Interface for the Factory that instantiates all instances.

See Also
strange.extensions.injector.api.IInjector

The documentation for this interface was generated from the following file: