P
Per Rasmussen
When I execute these two lines in CF 2.0:
Type t1 = typeof(LINECALLPARAMS);
int a1 = Marshal.SizeOf(t1);
I get a NotSupportedException on the second line. According to the docs it
should not even be able to throw this exception. Here is a stacktrace:
ved System.Runtime.InteropServices.Marshal.SizeOfInternal()
ved System.Runtime.InteropServices.Marshal.SizeOf()
ved System.Runtime.InteropServices.Marshal.SizeOf()
....
"ved" means at (in danish).
Can anybody help me out?
Thanks in advance,
Per Rasmussen.
Type t1 = typeof(LINECALLPARAMS);
int a1 = Marshal.SizeOf(t1);
I get a NotSupportedException on the second line. According to the docs it
should not even be able to throw this exception. Here is a stacktrace:
ved System.Runtime.InteropServices.Marshal.SizeOfInternal()
ved System.Runtime.InteropServices.Marshal.SizeOf()
ved System.Runtime.InteropServices.Marshal.SizeOf()
....
"ved" means at (in danish).
Can anybody help me out?
Thanks in advance,
Per Rasmussen.