I'm trying to get a list of classes that implement a certain interface in windows 8 store apps but it seems that reflection is very different in WinRT and so far I couldn't find a good example of doing so.
Does anyone know, how to load the current assembly and loop through it?
Any help is much appreciated :)