safearray

.Net Compact Framework - Calling ActiveX Object that uses [out] SAFEARRAY(float) *

In the Compact Framework 3.5, I am attempting to call an ActiveX object that has an IDL function signature: HRESULT MyFunc([out] SAFEARRAY(float) *var) The Interop generation creates the msil [out] class [mscorlib]System.Array& marshal( safearray float32) Which seems reasonable enough, but I keep getting a "NotSupportedException"...