unsafe public void GetStatus()
{
ushort[] outPut = new ushort[256];
         ushort *p_outPut = &outPut[0];
Read(p_outPut);
}[DllImport(".\\hostdll.dll",EntryPoint = "#3",CallingConvention = CallingConvention.StdCall)]
unsafe public static extern bool Read(ushort *inBuffer);出现“只能获取固定语句初始值设定项内的未固定表达式的地址”是怎么回事,指点一下