【发布时间】:2013-04-10 20:38:44
【问题描述】:
是否可以编写一个在 AOT 中动态创建新类对象和/或方法的 x++(或 C# CLR)方法?
makeCustomClass(string className)
{
//create new class with name className;
//populate methods into that class;
}
我什至不确定从哪里开始,所以一些示例代码会很有帮助。
【问题讨论】:
-
找到了一篇可能正是我需要的文章。 kashperuk.blogspot.com/2006/11/… 如果可行,将作为答案发布。
标签: c# clr axapta x++ dynamics-ax-2012