[StructLayout(LayoutKind.Sequential,Size=10)]
public struct test4
{
public int i;
public byte b;
public char c;
public int j;
}
复制代码
如果我强制指定该结构体的长度 则会在运行期给出“An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module.”的异常
详情回复
发表于 2010-6-28 15:05