I'm coding a Common Service Locator, and it's hard for me to understand the semantic differences between GetInstance, GetAllInstances and GetService (GetAllInstances is pretty obvious, but both GetInstance and GetService seem to return an object).
For example, what are the MEF equivalents of these three methods?
source
share