If you create an assembly in Visual Studio
, build it and then use the built .dll
as a reference in Xamarin Studio
, how can you find out if the assembly can be used except by running it? How do you know if a 3rd party .Net assembly can run on MonoTouch
?
I just asked another question here that was related, but wanted to see if this could be answered by itself (otherwise it would drown and go unnoticed in the the other question).