Example #1
0
 static bool GetIsAndroid()
 {
     return(AppDom.FindType("Android.Runtime", null, AppDom.LoadMode.NoException) != null);
 }
Example #2
0
 static bool GetIsMono()
 {
     return(AppDom.FindType("Mono.Runtime", null, AppDom.LoadMode.NoException) != null);
 }