The properties of Android.Content.ContextWrapper are listed below. For a list of all members, see the ContextWrapper Members list.
See Also: Inherited members from Android.Content.Context
[read-only] override | ApplicationContext | Context. Return the context of the single, global Application object of the current process. |
[read-only] override | ApplicationInfo | Android.Content.PM.ApplicationInfo. Return the full application info for this context's package. |
[read-only] override | Assets | Android.Content.Res.AssetManager. Return an AssetManager instance for your application's package. |
[read-only] | BaseContext | Context. |
[read-only] override | CacheDir | Java.IO.File. Returns the absolute path to the application specific cache directory on the filesystem. |
[read-only] override | ClassLoader | Java.Lang.ClassLoader. Return a class loader you can use to retrieve classes in this package. |
[read-only] override | CodeCacheDir | Java.IO.File. Returns the absolute path to the application specific cache directory on the filesystem designed for storing cached code. |
[read-only] override | ContentResolver | ContentResolver. Return a ContentResolver instance for your application's package. |
[read-only] override | 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] override | 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] override | MainLooper | Android.OS.Looper. Return the Looper for the main thread of the current process. |
[read-only] override | NoBackupFilesDir | Java.IO.File. Returns the absolute path to the directory on the filesystem similar to Context.FilesDir. |
[read-only] override | 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] override | PackageCodePath | string. Return the full path to this context's primary Android package. |
[read-only] override | PackageManager | Android.Content.PM.PackageManager. Return PackageManager instance to find global package information. |
[read-only] override | PackageName | string. Return the name of this application's package. |
[read-only] override | PackageResourcePath | string. Return the full path to this context's primary Android package. |
[read-only] override | Resources | Android.Content.Res.Resources. Return a Resources instance for your application's package. |
[read-only] override | Theme | Android.Content.Res.Resources.Theme. Return the Theme object associated with this Context. |
[read-only] override | Wallpaper | Android.Graphics.Drawables.Drawable. |
[read-only] override | WallpaperDesiredMinimumHeight | int. |
[read-only] override | 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. |