Enterprise Architect:如何添加包含的程序集 (C# .NET 4) 以便使用它们?
我正在使用 Enterprise Architect 9.0.904。我创建了一个新项目,它在类模型中有一个标记为“框架”的部分,旁边有一个注释说明:
类库、API 和其他 可重复使用的组件
然而,如何将我计划在项目中使用的 dll 文件放在那里并不是很直观。有人知道怎么做吗?
I'm using Enterprise Architect 9.0.904. I created a new project and it has a section in the Class Models labeled "Frameworks" and a note beside it stating:
Class libraries, APIs and other
re-usable components
Yet, it isn't really intuitive on how I can put my dll files I plan to use in the project in there. Anyone know how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要获得现有 DLL 内容的 UML 表示形式,那么您可以通过选择“代码工程”菜单下的“导入二进制模块”来实现。
如果您只需要描述代码的执行环境,最好在部署图中完成。
If you're after getting a UML representation of the contents of an existing DLL, then you do that by selecting "Import Binary Module" under the Code Engineering menu.
If you just need to describe the execution environment of your code, that's best done in a deployment diagram.