我可以根据用户的输入动态创建一个类吗?

发布于 2024-10-12 04:10:20 字数 102 浏览 0 评论 0原文

我有一个要求,比如读取 xml 文件并将值存储为对象集合。但 xml 不是预定义的,因此根据 xml 输入,我需要创建该类,以便我可以创建其实例并将其存储为集合。

谢谢...

I've a requirement like to read an xml file and to store the values as a collection of objects. but the xml is not a predifined one, so based on the xml input I need to create the class so that I can create its instance and store it as a collection.

Thanks...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆で 2024-10-19 04:10:20

您可以使用c#编译器将文本(当然是c#文本)编译为类并将它们输出到dll文件中。

C# 编译器

You can use the c# compiler to compile text (c# text of course) into classes and output them into a dll file.

C# Compiler

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文