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
| [read-only] static | _AllBundles | NSBundle[]. An array of all the application's non-framework bundles. |
| [read-only] static | AllFrameworks | NSBundle[]. An array of all the application's framework bundles. |
| [read-only] | AppStoreReceiptUrl | NSUrl. The file URL for the bundle's receipt. |
| [read-only] | BuiltinPluginsPath | string. The full path to the subdirectory containing plug-ins. |
| [read-only] | BuiltInPluginsUrl | NSUrl. The file URL to the subdirectory containing plug-ins. |
| [read-only] | BundleIdentifier | string. The bundle identifier. |
| [read-only] | BundlePath | string. The full path to the bundle directory. |
| [read-only] | BundleUrl | NSUrl. The full URL to the bundle directory. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DevelopmentLocalization | string. The localization used to create the bundle. |
| [read-only] | ExecutablePath | string. The full path of the executable file. |
| [read-only] | ExecutableUrl | NSUrl. The file URL of the executable file. |
| [read-only] | InfoDictionary | NSDictionary. A dictionary of information about this bundle. |
| [read-only] | IsLoaded | bool. Whether this bundle is currently loaded. |
| [read-only] | Localizations | string[]. The localizations contained within this bundle. |
| [read-only] static | MainBundle | NSBundle. The NSBundle that corresponds to the directory where the current application is located. |
| [read-only] | PreferredLocalizations | string[]. The actual localizations contained in this bundle. |
| [read-only] | PrincipalClass | MonoTouch.ObjCRuntime.Class. This bundle's principal class. |
| [read-only] | PrivateFrameworksPath | string. The full pathname of this bundle's subdirectory that contains private frameworks. |
| [read-only] | PrivateFrameworksUrl | NSUrl. The file URL of this bundle's subdirectory that contains private frameworks. |
| [read-only] | ResourcePath | string. The full pathname of this bundle's subdirectory that contains resources. |
| [read-only] | ResourceUrl | NSUrl. The file URL of this bundle's subdirectory that contains resources. |
| [read-only] | SharedFrameworksPath | string. The full pathname of this bundle's subdirectory that contains shared frameworks. |
| [read-only] | SharedFrameworksUrl | NSUrl. The file URL of this bundle's subdirectory that contains shared frameworks. |
| [read-only] | SharedSupportPath | string. The full pathname of this bundle's subdirectory that contains shared support files. |
| [read-only] | SharedSupportUrl | NSUrl. The file URL of this bundle's subdirectory that contains shared support files. |