Resource DLL 资源 ; 资源库
Most of the concepts I explain will apply to using resource files in a class library DLL as well.
我解释的大部分概念也将适用于在类库dll中使用资源文件。
You can place the strings for each language version of your application in a separate resource DLL and have the different language versions load the appropriate resources.
您可以将应用程序每种语言版本的字串放在不同的资源DLL中,并且让不同语言的版本载入适当的资源。
In the case of a private assembly, it is recommended to include its manifest in the DLL as a resource with ID equal to 1, and the name of the private assembly may be the same as the name of the DLL.
如果是私用组件,建议您将它的资讯清单加入DLL中,做为ID等于1的资源,而私用组件的名称则可以和DLL的名称相同。
应用推荐