MdMerge class abstract final

A utility class for merging WinRT metadata (.winmd) files using the mdmerge.exe executable.

See https://learn.microsoft.com/windows/win32/midl/mdmerge-and-metadata-files

Constructors

MdMerge()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Properties

executablePath String
Path to the mdmerge.exe executable.
final

Static Methods

mergeMetadata(String metadataPath, String outputPath) → void
Merges multiple metadata (.winmd) files in metadataPath into a single file at outputPath. Merges multiple WinRT metadata (.winmd) files located in metadataPath into a single file at outputPath.