| Namespace | Microsoft.Windows.Devices.Midi2.Utilities.RuntimeInformation |
|---|---|
| Type Name | MidiRuntimeVersion |
| Type | WinRT Runtime Class |
| Implements | IStringable |
| IDL | MidiRuntimeVersion.idl |
| Library | Microsoft.Windows.Devices.Midi2.dll |
Represents a mostly-SemVer-compatible view of a MIDI App SDK Runtime version.
| Function | Description |
|---|---|
Major |
Major Version. Changes when compatibility breaks. |
Minor |
Minor Version. Changes for new features, but maintains compatibility. |
Patch |
Bug fixes. Maintains compatibility. |
BuildNumber |
Internal build number. This resets for each patch. |
PreviewSuffix |
If a preview, this will contain text like preview.11.2507 |
| Function | Description |
|---|---|
IsGreaterThan |
Returns true if this version is higher than the provided argument. This does take BuildNumber into account, which strict SemVer does not. |