XenoAtom.Interop 1.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package XenoAtom.Interop --version 1.3.0
NuGet\Install-Package XenoAtom.Interop -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XenoAtom.Interop" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XenoAtom.Interop --version 1.3.0
#r "nuget: XenoAtom.Interop, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XenoAtom.Interop as a Cake Addin
#addin nuget:?package=XenoAtom.Interop&version=1.3.0

// Install XenoAtom.Interop as a Cake Tool
#tool nuget:?package=XenoAtom.Interop&version=1.3.0

XenoAtom.Interop Build Status NuGet

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on XenoAtom.Interop:

Package Downloads
XenoAtom.Interop.vulkan The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides a low-level and modern .NET P/Invoke wrapper around the vulkan API.

XenoAtom.Interop.libdrm The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides a low-level and modern .NET P/Invoke wrapper around the libdrm API.

XenoAtom.Interop.musl The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Version Downloads Last updated
1.5.0 90 6/24/2024
1.4.0 66 6/24/2024
1.3.0 79 6/1/2024
1.2.0 80 5/24/2024
1.1.0 70 5/21/2024
1.0.0 49 5/19/2024