The properties of Android.Content.Context are listed below. For a list of all members, see the Context Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] abstract | ApplicationContext | Context. Return the context of the single, global Application object of the current process. |
[read-only] abstract | ApplicationInfo | Android.Content.PM.ApplicationInfo. Return the full application info for this context's package. |
[read-only] abstract | Assets | Android.Content.Res.AssetManager. Return an AssetManager instance for your application's package. |
[read-only] abstract | CacheDir | Java.IO.File. Returns the absolute path to the application specific cache directory on the filesystem. |
[read-only] abstract | ClassLoader | Java.Lang.ClassLoader. Return a class loader you can use to retrieve classes in this package. |
[read-only] abstract | CodeCacheDir | Java.IO.File. Returns the absolute path to the application specific cache directory on the filesystem designed for storing cached code. |
[read-only] abstract | ContentResolver | ContentResolver. Return a ContentResolver instance for your application's package. |
[read-only] abstract | ExternalCacheDir | Java.IO.File. Returns the absolute path to the directory on the primary external filesystem (that is somewhere on Android.OS.Environment.ExternalStorageDirectory where the application can place cache files it owns. |
[read-only] abstract | FilesDir | Java.IO.File. Returns the absolute path to the directory on the filesystem where files created with Context.OpenFileOutput(string, Android.Content.FileCreationMode) are stored. |
[read-only] | IsRestricted | bool. Indicates whether this Context is restricted. |
[read-only] abstract | MainLooper | Android.OS.Looper. Return the Looper for the main thread of the current process. |
[read-only] abstract | NoBackupFilesDir | Java.IO.File. Returns the absolute path to the directory on the filesystem similar to Context.FilesDir. |
[read-only] abstract | ObbDir | Java.IO.File. Return the primary external storage directory where this application's OBB files (if there are any) can be found. |
[read-only] abstract | PackageCodePath | string. Return the full path to this context's primary Android package. |
[read-only] abstract | PackageManager | Android.Content.PM.PackageManager. Return PackageManager instance to find global package information. |
[read-only] abstract | PackageName | string. Return the name of this application's package. |
[read-only] abstract | PackageResourcePath | string. Return the full path to this context's primary Android package. |
[read-only] abstract | Resources | Android.Content.Res.Resources. Return a Resources instance for your application's package. |
[read-only] abstract | Theme | Android.Content.Res.Resources.Theme. Return the Theme object associated with this Context. |
[read-only] abstract | Wallpaper | Android.Graphics.Drawables.Drawable. |
[read-only] abstract | WallpaperDesiredMinimumHeight | int. |
[read-only] abstract | WallpaperDesiredMinimumWidth | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |