?
=?ISO-8859-1?Q?Allan_Bo_J=F8rgensen?=
I've been coding standard .NET framework for almost two years now, but
I'm new to the compact framework. I'm currently porting from the
standard framework to the compact framework, and I've come across
something that I can not figure out how to do - enumerate the currently
loaded assemblies. In the standard framework, I'd use
System.AppDomain.CurrentDomain.GetAssemblies(), but this does not exist
in the compact framework. Lots of stuff is left out of the compact
framework, and I usually find my way around it or do without it, but
this functionality is crucial to application architecture. Is there some
way to get the same functionality?
I'm new to the compact framework. I'm currently porting from the
standard framework to the compact framework, and I've come across
something that I can not figure out how to do - enumerate the currently
loaded assemblies. In the standard framework, I'd use
System.AppDomain.CurrentDomain.GetAssemblies(), but this does not exist
in the compact framework. Lots of stuff is left out of the compact
framework, and I usually find my way around it or do without it, but
this functionality is crucial to application architecture. Is there some
way to get the same functionality?