如何以编程方式创建具有强名称的 .NET 程序集?

发布于 2024-11-17 04:19:45 字数 43 浏览 4 评论 0原文

有没有办法使用 CSharpCodeProvider 创建强名称程序集?

Is there a way to create a strong-named assembly using CSharpCodeProvider?

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

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

发布评论

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

评论(2

折戟 2024-11-24 04:19:45

您还可以在编译时发送到 CSharpCodeProvider 的 CompilerParameters 的 CompilerOptions 属性中指定 /keyfile: 选项。

You could also specify the /keyfile: option in the CompilerOptions property of the CompilerParameters you send to the CSharpCodeProvider when compiling.

疯了 2024-11-24 04:19:45

请参阅 SN.EXE (http://msdn.microsoft.com /en-us/library/k5b5tt23(VS.80).aspx )。您必须在指向密钥文件的程序集中执行该操作才能进行签名。

See SN.EXE ( http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx ). You'll have to execute that on your assembly pointing to a key file to do the signing.

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