示例#1
0
 public void Register <TInterface>(string fullTypeName)
 {
     instances.Add(typeof(TInterface), EntityPtr.ToInstance <Object>(appdomain.CreateInstance(fullTypeName)));
 }
示例#2
0
 public void Register <TInterface>(string fullTypeName)
 {
     instances.Add(typeof(TInterface), appdomain.CreateInstance(fullTypeName));
 }