Hi everyone,
When compiling my existing IDL into a .Net assembly using the IDLToCLSCompiler, I noticed that IDL structs are actually converted into .Net structs. This is problematic for our application, since .net structs are actually pass-by-value.
- Does anyone know the reason for this mapping?
- Is it possible to force the IDLToCLSCompiler to generate classes instead of structs?...
2009-06-10 08:50:39 UTC in IIOP.NET