GetAssemblies()

  • Thread starter Thread starter Barry Carr
  • Start date Start date
B

Barry Carr

Hi,

Is there away to simulate/emulate or in anyway reproduce the behaviour
of AppDomain.GetAssemblies() on CF 2.01? TIA

Cheers
Barry Carr
 
Hi,

The method appdomain.currentdomain.getassemblies is missing and there
is no way to directly get this information on the CF. You could explain
what you want to do, perhaps there will be an other way to do this.

BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/


Barry Carr a écrit :
 
Hi Fabien,

Thanks for the reply. Basically, what I'm trying to do is see if any of
the loaded assemblies are "tagged" with a custom attribute.

Cheers
Barry Carr
 
Back
Top