Iterating through the GAC on Mono

  • Thread starter Thread starter ali.hodroj4
  • Start date Start date
A

ali.hodroj4

Hello, all.

Can anybody point me to documentation about how can I
programmaticaly (via C#) iterate through the global assembly cache on
Mono?

I know how to do it using Microsoft .NET on Windows by using a bunch
of P/Invokes against some COMs. However, that's obviously not a
portable solution if I want my application to run on Mono under Linux
and Mac OS X also.
 
Hello, all.

Can anybody point me to documentation about how can I
programmaticaly (via C#) iterate through the global assembly cache on
Mono?

I believe you would have greater luck with this question, on the mono
developer mailing list: http://www.mono-project.com/Mailing_Lists

Regards

Mads

--
Med venlig hilsen/Regards

Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo
Dydensborg
Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77
34
 
Back
Top