WindowsMetadataPackage enum
Represents a NuGet package that provides Windows Metadata (.winmd) files.
These metadata packages describe APIs exposed by Windows components, including the Windows Driver Kit (WDK), traditional Win32 APIs, and the Windows Runtime (WinRT).
Values
- wdk → const WindowsMetadataPackage
-
The Windows Driver Kit (WDK) metadata package.
const WindowsMetadataPackage._('microsoft.windows.wdk.win32metadata', 'Windows.Wdk.winmd') - win32 → const WindowsMetadataPackage
-
The Windows API metadata package.
const WindowsMetadataPackage._('microsoft.windows.sdk.win32metadata', 'Windows.Win32.winmd') - winrt → const WindowsMetadataPackage
-
The Windows Runtime (WinRT) metadata package.
const WindowsMetadataPackage._('microsoft.windows.sdk.contracts', 'Windows.winmd')
Properties
- assetName → String
-
The name of the asset file within the NuGet package (e.g.,
Windows.Win32.winmd).final - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - packageId → String
-
The unique identifier of the NuGet package (e.g.,
microsoft.windows.sdk.win32metadata).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WindowsMetadataPackage> - A constant List of the values in this enum, in order of their declaration.