I don't know how far you got. But here the code that should work:
using System.Runtime.InteropServices;
class xyz
{
[DllImport("1SCVDLL.dll")] private static extern void Start_viewer(StringBuilder strID, StringBuilder strRepeaterAddr, int intListenPort, int intRepeaterPort, StringBuilder ...