MonoTouch.Foundation.NSBundle: Property Members

The properties of MonoTouch.Foundation.NSBundle are listed below. For a list of all members, see the NSBundle Members list.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Properties

[read-only]
static
_AllBundlesNSBundle[]. An array of all the application's non-framework bundles.
[read-only]
static
AllFrameworksNSBundle[]. An array of all the application's framework bundles.
[read-only]
AppStoreReceiptUrlNSUrl. The file URL for the bundle's receipt.
[read-only]
BuiltinPluginsPathstring. The full path to the subdirectory containing plug-ins.
[read-only]
BuiltInPluginsUrlNSUrl. The file URL to the subdirectory containing plug-ins.
[read-only]
BundleIdentifierstring. The bundle identifier.
[read-only]
BundlePathstring. The full path to the bundle directory.
[read-only]
BundleUrlNSUrl. The full URL to the bundle directory.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DevelopmentLocalizationstring. The localization used to create the bundle.
[read-only]
ExecutablePathstring. The full path of the executable file.
[read-only]
ExecutableUrlNSUrl. The file URL of the executable file.
[read-only]
InfoDictionaryNSDictionary. A dictionary of information about this bundle.
[read-only]
IsLoadedbool. Whether this bundle is currently loaded.
[read-only]
Localizationsstring[]. The localizations contained within this bundle.
[read-only]
static
MainBundleNSBundle. The NSBundle that corresponds to the directory where the current application is located.
[read-only]
PreferredLocalizationsstring[]. The actual localizations contained in this bundle.
[read-only]
PrincipalClassMonoTouch.ObjCRuntime.Class. This bundle's principal class.
[read-only]
PrivateFrameworksPathstring. The full pathname of this bundle's subdirectory that contains private frameworks.
[read-only]
PrivateFrameworksUrlNSUrl. The file URL of this bundle's subdirectory that contains private frameworks.
[read-only]
ResourcePathstring. The full pathname of this bundle's subdirectory that contains resources.
[read-only]
ResourceUrlNSUrl. The file URL of this bundle's subdirectory that contains resources.
[read-only]
SharedFrameworksPathstring. The full pathname of this bundle's subdirectory that contains shared frameworks.
[read-only]
SharedFrameworksUrlNSUrl. The file URL of this bundle's subdirectory that contains shared frameworks.
[read-only]
SharedSupportPathstring. The full pathname of this bundle's subdirectory that contains shared support files.
[read-only]
SharedSupportUrlNSUrl. The file URL of this bundle's subdirectory that contains shared support files.