The ways to create object instance

In a nutshell, 3 ways:

  • new
  • proxy class (it could be used to implement AOP, .Net Remoting, WebService... facilities)
  • ILGenerator.Emit  (it could be used to implement AOP, code injection ... facilities)
原文地址:https://www.cnblogs.com/silva/p/2118089.html