Officially no, you are expected to link into separate assemblies. But supposedly ILMerge (Microsoft official) or Cecil (open source) will help out if you desire one single assembly.
On Jun 30, 4:27 pm, Ricky Clarkson <[email protected]> wrote: > Can you mix languages within a single .NET assembly? > > > > > > > > On Thu, Jun 30, 2011 at 11:22 AM, Casper Bang <[email protected]> wrote: > >> Isn't it slightly underhanded to conflate JNI with GUI design? After all, > >> it's only swing that actively tries to avoid any native functionality. > > > That's an analogy made by you though. The philosophy is apparent > > throughout the Java language itself, Swing is after all just a > > library. My frame of reference would be C#, where you can import a > > libc method with a single line of code, call into Visual Basic, > > Python, Ruby etc. > > > -- > > You received this message because you are subscribed to the Google Groups > > "The Java Posse" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
