开发者

Can you static link satellite assemblies?

开发者 https://www.devze.com 2023-01-12 16:00 出处:网络
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

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开发者_JAVA百科 linked from:

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消