winIDEA SDK
|
To use the winIDEA SDK from C#, add libraries from the lib
directory to your project. Add the .NET assembly IConnectCSLib.dll
to your C# project's References section.
Use the correct isystemConnect.dll
from the SDK lib
directory: lib/win32
or lib/x64
. Copy the appropriate version to your project or Windows DLL search path directory. BadImageFormatException
typically indicates incorrect isystemConnect.dll
version.
To see the version of the installed winIDEA SDK module, execute the following code:
Console.WriteLine("\nVersion of isystem.connect: " + isystemConnect.getModuleVersion());
The example in the examples directory is built with Visual Studio 2017.