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.dispatcher.eventdispatcher.impl.EventInstanceProvider Class Reference
Inheritance diagram for strange.extensions.dispatcher.eventdispatcher.impl.EventInstanceProvider:
strange.framework.api.IInstanceProvider

Public Member Functions

GetInstance< T > ()
 Retrieve an Instance based on the key. More...
 
object GetInstance (Type key)
 Retrieve an Instance based on the key. More...
 

Member Function Documentation

object strange.extensions.dispatcher.eventdispatcher.impl.EventInstanceProvider.GetInstance ( Type  key)
inline

Retrieve an Instance based on the key.

ex. injectionBinder.Get(typeof(ISomeInterface));

Implements strange.framework.api.IInstanceProvider.

Retrieve an Instance based on the key.

ex. injectionBinder.Get<cISomeInterface>();

Implements strange.framework.api.IInstanceProvider.


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