XenoAtom.Interop
1.4.0
Prefix Reserved
See the version list below for details.
dotnet add package XenoAtom.Interop --version 1.4.0
NuGet\Install-Package XenoAtom.Interop -Version 1.4.0
<PackageReference Include="XenoAtom.Interop" Version="1.4.0" />
paket add XenoAtom.Interop --version 1.4.0
#r "nuget: XenoAtom.Interop, 1.4.0"
// Install XenoAtom.Interop as a Cake Addin #addin nuget:?package=XenoAtom.Interop&version=1.4.0 // Install XenoAtom.Interop as a Cake Tool #tool nuget:?package=XenoAtom.Interop&version=1.4.0
XenoAtom.Interop
This package provides the shared types FixedArray#<T>
to interop between .NET and C/C++.
♻️ XenoAtom.Interop
This package is part of the XenoAtom.Interop project.
💻 Usage
Example of using this library in C#:
using XenoAtom.Interop;
// Create a fixed array of 10 integers
var array = new FixedArray10<int>();
array[0] = 42;
array[1] = 43;
// ...
🪪 License
This software is released under the BSD-2-Clause license.
🤗 Author
Alexandre Mutel aka xoofx.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on XenoAtom.Interop:
Package | Downloads |
---|---|
XenoAtom.Interop.vulkan
This package provides a low-level and modern .NET P/Invoke wrapper around the vulkan API. |
|
XenoAtom.Interop.libdrm
This package provides a low-level and modern .NET P/Invoke wrapper around the libdrm API. |
|
XenoAtom.Interop.musl
This package provides a low-level and modern .NET P/Invoke wrapper around the musl libc library for accessing low-level sys kernel functions. |
|
XenoAtom.Graphics
This package provides a low-level graphics library for .NET powered by Vulkan. |
GitHub repositories
This package is not used by any popular GitHub repositories.