RGB.NET.Devices.Msi
2.0.0-prerelease.9
See the version list below for details.
dotnet add package RGB.NET.Devices.Msi --version 2.0.0-prerelease.9
NuGet\Install-Package RGB.NET.Devices.Msi -Version 2.0.0-prerelease.9
<PackageReference Include="RGB.NET.Devices.Msi" Version="2.0.0-prerelease.9" />
paket add RGB.NET.Devices.Msi --version 2.0.0-prerelease.9
#r "nuget: RGB.NET.Devices.Msi, 2.0.0-prerelease.9"
// Install RGB.NET.Devices.Msi as a Cake Addin #addin nuget:?package=RGB.NET.Devices.Msi&version=2.0.0-prerelease.9&prerelease // Install RGB.NET.Devices.Msi as a Cake Tool #tool nuget:?package=RGB.NET.Devices.Msi&version=2.0.0-prerelease.9&prerelease
RGB.NET Device-Provider-Package for msi-Devices.
Usage
This provider follows the default pattern and does not require additional setup.
surface.Load(MsiDeviceProvider.Instance);
Required SDK
This providers requires native SDK-dlls.
You can get them directly from Msi at https://de.msi.com/Landing/mystic-light-rgb-gaming-pc/download (Direct Link: https://download.msi.com/uti_exe/Mystic_light_SDK.zip)
Since the SDK-dlls are native it's important to use the correct architecture you're building your application for. (If in doubt you can always include both.)
x64
MysticLight_SDK_x64.dll
from the SDK-zip needs to be distributed as <application-directory>\x64\MysticLight_SDK.dll
You can use other, custom paths by adding them to MsiDeviceProvider.PossibleX64NativePaths
.
x86
MysticLight_SDK.dll
from the SDK-zip needs to be distributed as <application-directory>\x86\MysticLight_SDK.dll
You can use other, custom paths by adding them to MsiDeviceProvider.PossibleX86NativePaths
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- RGB.NET.Core (>= 2.0.0-prerelease.9)
-
net6.0
- RGB.NET.Core (>= 2.0.0-prerelease.9)
-
net7.0
- RGB.NET.Core (>= 2.0.0-prerelease.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.