WindowsRuntimeMetadata Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an event for resolving reflection-only type requests for types that are provided by Windows Metadata files, and methods for performing the resolution.
public ref class WindowsRuntimeMetadata abstract sealed
public static class WindowsRuntimeMetadata
type WindowsRuntimeMetadata = class
Public Class WindowsRuntimeMetadata
- Inheritance
-
WindowsRuntimeMetadata
Unlike the .NET Framework, assembly identity isn't important for Windows Runtime types. In the Windows Runtime, Windows Metadata files (.WinMD files) contain only metadata, not code. Types can move from one Windows Metadata file to another in a service pack release, so it's important to be able to locate the Windows Metadata files that are associated with a namespace.
Note
Sub-namespaces don't imply containment. That is, namespace A.B isn't contained in namespace A.
Resolve |
Locates the Windows Metadata files for the specified namespace, given the specified locations to search. |
Resolve |
Locates the Windows Metadata files for the specified namespace, given the specified locations to search. |
Designer |
Occurs when the resolution of a Windows Metadata file fails in the design environment. |
Reflection |
Occurs when the resolution of a Windows Metadata file fails in the reflection-only context. |
Product | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: