.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