Importing the SDK Files

Upon downloading the .NET SDK, you find 3 DLL files as follows:

DLL Files

File

Description

ruiSDKDotNet_<version>.dll

The shared library supporting .NET

ruiSDK_<version>.x64.dll

Native 64-bit DLL imported automatically by the .NET DLL

ruiSDK_<version>.x86.dll

Native 32-bit DLL imported automatically by the .NET DLL

In the filenames listed above, <version> is the RUI SDK release version number in form N.N.N where N is a number.

You do not need to worry if your application will run on x86 or x64 platforms. If you do not target any specific platform, you should include both x64 and x86 DLLs with your application, and the Usage Intelligence .NET DLL will import the correct one automatically. If, however, you choose to target a specific platform, you may include only the corresponding native DLL in order to make the installation size smaller.

In order to download the Usage Intelligence SDK, go to the following page in the Revenera Community:

Usage Intelligence SDK Download Links and API Documentation