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)
posted @ 2011-11-21 18:02  Ready!  阅读(227)  评论(0编辑  收藏  举报