Monodroid getApplicationContext()?
问题 Does anybody know how to get the application context in monodroid (I'm searching for the monodroid implementation of getApplicationContext())? I tried Application.ApplicationContext but it doesn't work. I wrote a class inheriting Application and I want to explicitly cast the ApplicationContext to this type. At this point mono dies with a really unhelpful message on the output: 10-12 11:58:31.045 I/mono ( 1919): Stacktrace: 10-12 11:58:31.045 I/mono ( 1919): Edit: I want to access it from an