[Mono-dev] Mixed Mode Assemblies

arkain kingmph at gmail.com
Sat Jul 9 12:54:07 EDT 2011


When I raised this topic, I walked in knowing that any such solution to
providing mixed-mode assemblies will produce assemblies that are not
cross-platform compatible. That much is a given. My point was simply that
this is an irrelevant fact. The whole point of providing for mixed mode
assemblies is to drag native functionality into a .NET namespace. This
automatically ties such code to the the platform from which the native
functionality was acquired. So I wouldn't expect an assembly containing
calls to, say Windows Hook functions, to work on Linux or Mac OS. Instead,
I'm writing mixed mode code for a cross-platform compatible library or
application, I already know that the mixed mode parts are going to have to
be written custom for each target OS. Cross-platform compatibility of mixed
mode code is not a relevant issue where this feature is concerned.

--
View this message in context: http://mono.1490590.n4.nabble.com/Mixed-Mode-Assemblies-tp3651901p3656427.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list