Documentation for this section has not yet been entered.
Return the context of the single, global Application object of the current process. This generally should only be used if you need a Context whose lifecycle is separate from the current context, that is tied to the lifetime of the process rather than the current component.
Consider for example how this interacts with Context.RegisterReceiver(BroadcastReceiver, Android.Content.IntentFilter):