.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.