.RESOURCES 文件扩展名
Visual Studio Resource File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.9 | 52 票 |
什么是 RESOURCES 文件?
File created by Visual Studio, a software development application created by Microsoft; may contain both strings and objects, but objects must be serializable; used for bundling and persisting application assets so they can be accessed in a standard way in Visual Studio programs.
更多信息
RESOURCES files can be accessed using the .NET Framework's System.Resource namespace. For example, the ResourceWriter class can be used to write resources into RESOURCES files.
注: RESOURCES files are similar to .RESX files. However, only resources within RESOURCES files should be embedded into a runtime executable or compiled into a satellite assembly.
可打开或引用 RESOURCES 文件的程序
Windows