WindowsMetadataVersions class final

A container for specifying versions of metadata packages when loading.

If a version is omitted, the latest available version will be used.

Constructors

WindowsMetadataVersions.new({String? wdk, String? win32, String? winrt})
Creates a new instance of WindowsMetadataVersions with the specified versions.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wdk String?
The version of the Windows Driver Kit (WDK) metadata.
final
win32 String?
The version of the Win32 metadata.
final
winrt String?
The version of the Windows Runtime (WinRT) metadata.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited