fxcop 自定义规则 - 检查源代码以查找新关键字
我想避免用 new 实例化某些类,并强制使用工厂类。
但我不明白该怎么做。
有人可以给我看一些样品吗?
预先感谢您的任何帮助, 此致
I would like to avoid instanciating certain class with new, and force to use the factory class.
But I don't understand how to do that.
Can someone show me a little sample ?
Thanks in advance for any help,
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一些可以帮助您入门的内容。您将需要添加自己的逻辑来确定是否应允许通过新建来实例化任何给定类型的实例。
Here's something that should get you started. You will need to add your own logic for determining whether instances any given type should be allowed to instantiated via newing.
这家伙解释得很好
http://www.guysmithferrier.com/downloads/FxCop.pdf
This guy has explained well
http://www.guysmithferrier.com/downloads/FxCop.pdf