G
Guest
Hello,
I need to get the Current Domain assemblies:
Assembly[] assm = AppDomain.CurrentDomain.GetAssemblies()
the CF don't have "AppDomin.GetAssemblies()"
what can I do in order to get the Current Domain Assemblies list?
Thanks
I need to get the Current Domain assemblies:
Assembly[] assm = AppDomain.CurrentDomain.GetAssemblies()
the CF don't have "AppDomin.GetAssemblies()"
what can I do in order to get the Current Domain Assemblies list?
Thanks