通过 .NET Framework 类以编程方式使用 XSD.exe 工具功能(从类生成架构)?
我想生成一个基于类的 XML 架构,正如您所做的那样 使用 Xsd.exe 工具。
例如 xsd.exe /type: typename /outputdir:c:\ assmeblyname。
有没有办法通过使用 .NET Framework 中的类而不是使用独立工具来实现此目的?
我确信我已经看到过有关任务引用或类似信息(即编程的内容)的信息,这些信息可以用来代替其中一些独立实用程序,或者某些独立实用程序通过 FCL 或 Microsoft API 获取其功能。
I want to generate an XML Schema based upon a class, just as you can
do with the Xsd.exe tool.
E.g. xsd.exe /type: typename /outputdir:c:\ assmeblyname
.
Is there a way to do this by using classes in the .NET Framework instead of using the standalone tool?
I'm sure I've seen information about task references or similar - i.e. something programmatic - that can be used in place of some of these standalone utilities, or that some standalone utilities get their features through the FCL or a Microsoft API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发现这个看起来应该可以解决问题......
Found this which looks like it should do the trick...
这样做:
do this: