mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Implement Electron´s NativeImage #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GregorBiswanger on GitHub (Oct 24, 2017).
The problem with NativeImage is that it uses Nodejs buffer.
I need a solution for Nodejs buffer to .NET Core buffer.
I have no experience with buffer, maybe it is easy to implement.
NativeImage:
https://electron.atom.io/docs/api/native-image/
Nodejs Buffer:
https://nodejs.org/api/buffer.html#buffer_class_buffer
.NET Core Buffer:
https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0
@GregorBiswanger commented on GitHub (May 7, 2020):
Available at Electron.NET 8.31.2