Equivalent of Class Loaders in .NET

后端 未结 2 750
醉酒成梦
醉酒成梦 2020-11-30 17:58

Does anyone know if it possible to define the equivalent of a \"java custom class loader\" in .NET?

To give a little background:

I am in the

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 18:42

    I think this is the type of thing the DLR is supposed to provide in C# 4.0. Kind of hard to come by information yet, but perhaps we'll learn more at PDC08. Eagerly waiting to see your C# 3 solution though... I'm guessing it uses anonymous types.

提交回复
热议问题