On Jul 6, 2012, at 6:29 AM, James Lavery wrote:
> Am I right in understanding that what it actually means is the assemblies to
> /remove/ if not needed?
We mean "linking" in the traditional/C context: removal of all code that the
linker determines your program doesn't use (e.g. when statically linking your
app to libc.a, you don't get all of libc.a in your app, the linker removes
everything your app doesn't use).
So not only will assemblies that you're not using be removed, any types and
members from linked assemblies will also be removed:
http://docs.xamarin.com/android/advanced_topics/linking
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid