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