Xamarin.AndroidでWindowManagerをContextから取得する

このエントリーをはてなブックマークに追加

記事タイトルからしたら何それ簡単でしょ?って思ってしまいますがどうやらAndroid-Javaのようにいかないようです

(IWindowManager)Context.GetSystemService(Context.WindowService);

こんな感じでイケると思うじゃん?

Context.GetSystemService(Context.WindowService).JavaCast<IWindowManager>();

こうしろ()

っていう話ですフォーラムすごい()