public void Register <TInterface>(string fullTypeName) { instances.Add(typeof(TInterface), EntityPtr.ToInstance <Object>(appdomain.CreateInstance(fullTypeName))); }
public void Register <TInterface>(string fullTypeName) { instances.Add(typeof(TInterface), appdomain.CreateInstance(fullTypeName)); }