.WINMD 파일 확장자
Windows Metadata File
| 개발사 | Microsoft |
| 인기도 |
3.2 | 11 투표 |
WINMD 파일이란 무엇인가요?
A WINMD file is a Windows Metadata file. It contains metadata that defines a Windows Runtime (WinRT) API. WINMD files are saved in the Common Language Runtime (CLR) format, but they can contain different combinations of data than traditional CLR assemblies.
추가 정보
WinRT APIs provide access to various Windows Runtime Components. WINMD files are metadata files that accompany WinRT APIs. These files contain API definitions that allow Windows and other programs to access and use associated WinRT APIs correctly.
Third-party developers creating custom WinRT APIs must create WINMD files to accompany those APIs. In some cases, developers create WINMD files automatically, while building custom Windows Runtime Components with Microsoft Visual Studio. In other cases, developers manually create WINMD files, using the MIDLRT compiler.
참고: You can find several WINMD files in the C:/Windows/System32/WinMetadata directory.
WINMD 파일을 여는 방법
WINMD files are not meant to be opened. For more information about the WINMD format, refer to Microsoft's official documentation.