who can give a brief and essential introduction about what's inside "new" instance and how System.Activator.CreateInstance do?
System.Activator.CreateInstance will call method CreateInstanceImpl, it seems very complex, who can give me a general introduction or is there some material to read for this somewhere? Thanks!