Register WelsonJS.Toolkit using RegAsm
WelsonJS.Toolkit is a native module that supports the following features:
Access and control Windows handles
Send keyboard and mouse click commands to Windows handles
Use named shared memory
Read and modify INI files
Encryption (HIGHT)
Compression (LZ77)
Bitmap handling
It is configured to be registered automatically when bootstrap.bat
is executed. However, if automatic registration is not available, you can register it manually using the following command.
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
This dynamic linked library is available on Nuget Gallery.