Programming .net software for USB-to-CAN v2 device

I am trying to create a simple c# program using Visual Studio for USB-to-CAN V2.
I installed all the drivers and was able to connect to device.
I also found vcinet4.dll and similar files exist in “C:\Program Files\HMS\Ixxat VCI\intern\dotnet_vci3” however I am still wondering how to use them.

How to initialize and connect to the device, send and receive any CAN message.

I could not find any supporting .cs files for using those dlls.

Where can I find any supporting documents about what dlls should be included and how to call them in the main program?

Did you find what you were looking for?

Yes I figured it out myself.
I even made a .net implementation for the usb-can device.