//调用dll方法
[DllImport("EUCPComm.dll",EntryPoint="SendSMS")]  //即时发送
public static extern int SendSMS(string sn,string mn,string ct,string priority);  就是这两句,请问怎么翻译成VB.NET?多谢!