.NET API Component
The .NET API component of the Eduction SDK is available on Microsoft Windows and Linux platforms. It includes:
- The Eduction .NET library (
EductionDotNet.dll
) and the Eduction C SDK library (edk.dll
on Windows, orlibedk.so
on Linux). - Several .NET code samples that you can compile and execute by using the Eduction SDK.
The .NET Eduction SDK package includes a version of the EductionDotNet.dll
that targets .NET Standard 2.0 (netstandard 2.0). For a list of compatible .NET implementations, refer to the Microsoft documentation: https://docs.microsoft.com/en-us/dotnet/standard/net-standard.
You must specify the EductionDotNet.dll
, and edk.dll
or libedk.so
libraries in the PATH
environment variable.