您可以静态链接卫星组件吗?

发布于 2024-09-15 02:25:03 字数 208 浏览 4 评论 0原文

我对卫星程序集了解不够,无法理解它们的构造,我很好奇是否可以将它们全部静态链接到一个 dll 中,并获得与未静态链接相同的功能:

ResourceManager.GetString("SomeStringIdentifier", CultureInfo.GetCulture(someCultureThatYouHaveResourcesFor));

I don't know enough about satelite assemblies to understand their construction, I'm curious if it's possible to statically link them all into a single dll and get the same functionality as if they weren't statically linked from:

ResourceManager.GetString("SomeStringIdentifier", CultureInfo.GetCulture(someCultureThatYouHaveResourcesFor));

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

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

发布评论

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

评论(1

維他命╮ 2024-09-22 02:25:03

不,它们会在资源空间中发生类型冲突,这就是卫星程序集中的全部内容。

No, they would have type collisions in the resource space which is all that's in a satelite assembly.

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