C# API
C# wrapper over the C API.
The package contains a C# wrapper assembly umbradotnet.dll
that can be imported to C# applications. The wrapper uses the P/Invoke mechanism for calling into the native binary and expects to be able to runtime link against it using library name umbra
. For this purpose, you will need to setup the runtime linker path to point to the location of the appropriate native library for the platform.