Android.Content.Context: Property Members

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

Public Properties

[read-only]
abstract
ApplicationContextContext. Return the context of the single, global Application object of the current process.
[read-only]
abstract
ApplicationInfoAndroid.Content.PM.ApplicationInfo. Return the full application info for this context's package.
[read-only]
abstract
AssetsAndroid.Content.Res.AssetManager. Return an AssetManager instance for your application's package.
[read-only]
abstract
CacheDirJava.IO.File. Returns the absolute path to the application specific cache directory on the filesystem.
[read-only]
abstract
ClassLoaderJava.Lang.ClassLoader. Return a class loader you can use to retrieve classes in this package.
[read-only]
abstract
CodeCacheDirJava.IO.File. Returns the absolute path to the application specific cache directory on the filesystem designed for storing cached code.
[read-only]
abstract
ContentResolverContentResolver. Return a ContentResolver instance for your application's package.
[read-only]
abstract
ExternalCacheDirJava.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
FilesDirJava.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]
IsRestrictedbool. Indicates whether this Context is restricted.
[read-only]
abstract
MainLooperAndroid.OS.Looper. Return the Looper for the main thread of the current process.
[read-only]
abstract
NoBackupFilesDirJava.IO.File. Returns the absolute path to the directory on the filesystem similar to Context.FilesDir.
[read-only]
abstract
ObbDirJava.IO.File. Return the primary external storage directory where this application's OBB files (if there are any) can be found.
[read-only]
abstract
PackageCodePathstring. Return the full path to this context's primary Android package.
[read-only]
abstract
PackageManagerAndroid.Content.PM.PackageManager. Return PackageManager instance to find global package information.
[read-only]
abstract
PackageNamestring. Return the name of this application's package.
[read-only]
abstract
PackageResourcePathstring. Return the full path to this context's primary Android package.
[read-only]
abstract
ResourcesAndroid.Content.Res.Resources. Return a Resources instance for your application's package.
[read-only]
abstract
ThemeAndroid.Content.Res.Resources.Theme. Return the Theme object associated with this Context.
[read-only]
abstract
WallpaperAndroid.Graphics.Drawables.Drawable.
[read-only]
abstract
WallpaperDesiredMinimumHeightint.
[read-only]
abstract
WallpaperDesiredMinimumWidthint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.