The members of MonoTouch.Foundation.NSBundle are listed below.
See Also: Inherited members from MonoTouch.Foundation.NSObject
| NSBundle() | Default constructor that initializes a new instance of this class with no parameters. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| Documentation for this section has not yet been entered. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
| Creates an NSBundle from the specified path. | 
| [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. | 
| ClassNamed(string) Returns the MonoTouch.ObjCRuntime.Class for the specified className. | ||
| static  | FromClass(MonoTouch.ObjCRuntime.Class) | |
| static  | FromIdentifier(string) | |
| static  | FromPath(string) | |
| static  | FromUrl(NSUrl) | |
| static  | GetPathsForResources(string, string) Returns all the paths for resources of the specified fileExtension residing in the specified subdirectory. | |
| GetUrlForResource(string, string) Documentation for this section has not yet been entered. | ||
| GetUrlForResource(string, string, string) Documentation for this section has not yet been entered. | ||
| static  | GetUrlForResource(string, string, string, NSUrl) Documentation for this section has not yet been entered. | |
| GetUrlForResource(string, string, string, string) Documentation for this section has not yet been entered. | ||
| GetUrlsForResourcesWithExtension(string, string) Documentation for this section has not yet been entered. | ||
| static  | GetUrlsForResourcesWithExtension(string, string, NSUrl) Documentation for this section has not yet been entered. | |
| GetUrlsForResourcesWithExtension(string, string, string) Documentation for this section has not yet been entered. | ||
| Load() Dynamically loads the bundle into a running program, if it is not already loaded. Returns success or failure. | ||
| LoadNib(string, NSObject, NSDictionary) Loads the specified nib and returns the top-level objects. | ||
| LocalizedString(string, string) Retrieves the localized string for the key or, if not available, returns the key itself. | ||
| LocalizedString(string, string, string) A localized version of the string at the specified in the specified table. | ||
| LocalizedString(string, string, string, string) Documentation for this section has not yet been entered. | ||
| ObjectForInfoDictionary(string) The value of this bundle's information property list for the specified key. | ||
| PathForAuxiliaryExecutable(string) The full pathname for the executable with the specified name located in this bundle. | ||
| PathForResource(string, string) The path for a bundle resource . | ||
| PathForResource(string, string, string) The path for a bundle resource . | ||
| PathForResource(string, string, string, string) The path for a bundle resource . | ||
| static  | PathForResourceAbsolute(string, string, string) The full pathname for the resource of the specified name and type in the specified subdirectory. | |
| PathsForResources(string) Documentation for this section has not yet been entered. | ||
| PathsForResources(string, string) The full pathnames for resources of the specified fileExtension in the specified subdirectory. | ||
| PathsForResources(string, string, string) Documentation for this section has not yet been entered. | ||
| Unload() Unloads the code associated with this bundle. Returns success or failure. | ||
| UrlForAuxiliaryExecutable(string) The file URL for the executable of the specified name stored in this bundle. | ||