我的源码如下:using System; 

using System.Runtime.InteropServices; namespace JustinIO 
{  public class CommPort 
{               //.......... [sysimport(dll = "kernel32.dll")]  private static extern bool GetCommState(  int hFile,  // handle to communications device  ref DCB lpDCB    // device-control block  );  以上不能编译通过,提示错误如下:
  不能找到类型或命名空间名称"sysimport"