MonoTouch.Foundation.NSBundle Members

The members of MonoTouch.Foundation.NSBundle are listed below.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Constructors

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.

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.

Public Methods

ClassNamed(string) : MonoTouch.ObjCRuntime.Class
Returns the MonoTouch.ObjCRuntime.Class for the specified className.
static
FromClass(MonoTouch.ObjCRuntime.Class) : NSBundle
static
FromIdentifier(string) : NSBundle
static
FromPath(string) : NSBundle
static
FromUrl(NSUrl) : NSBundle
static
GetPathsForResources(string, string) : string[]
Returns all the paths for resources of the specified fileExtension residing in the specified subdirectory.
GetUrlForResource(string, string) : NSUrl
Documentation for this section has not yet been entered.
GetUrlForResource(string, string, string) : NSUrl
Documentation for this section has not yet been entered.
static
GetUrlForResource(string, string, string, NSUrl) : NSUrl
Documentation for this section has not yet been entered.
GetUrlForResource(string, string, string, string) : NSUrl
Documentation for this section has not yet been entered.
GetUrlsForResourcesWithExtension(string, string) : NSUrl[]
Documentation for this section has not yet been entered.
static
GetUrlsForResourcesWithExtension(string, string, NSUrl) : NSUrl[]
Documentation for this section has not yet been entered.
GetUrlsForResourcesWithExtension(string, string, string) : NSUrl[]
Documentation for this section has not yet been entered.
Load() : bool
Dynamically loads the bundle into a running program, if it is not already loaded. Returns success or failure.
LoadNib(string, NSObject, NSDictionary) : NSArray
Loads the specified nib and returns the top-level objects.
LocalizedString(string, string) : string
Retrieves the localized string for the key or, if not available, returns the key itself.
LocalizedString(string, string, string) : string
A localized version of the string at the specified in the specified table.
LocalizedString(string, string, string, string) : string
Documentation for this section has not yet been entered.
ObjectForInfoDictionary(string) : NSObject
The value of this bundle's information property list for the specified key.
PathForAuxiliaryExecutable(string) : string
The full pathname for the executable with the specified name located in this bundle.
PathForResource(string, string) : string
The path for a bundle resource .
PathForResource(string, string, string) : string
The path for a bundle resource .
PathForResource(string, string, string, string) : string
The path for a bundle resource .
static
PathForResourceAbsolute(string, string, string) : string
The full pathname for the resource of the specified name and type in the specified subdirectory.
PathsForResources(string) : string[]
Documentation for this section has not yet been entered.
PathsForResources(string, string) : string[]
The full pathnames for resources of the specified fileExtension in the specified subdirectory.
PathsForResources(string, string, string) : string[]
Documentation for this section has not yet been entered.
Unload() : bool
Unloads the code associated with this bundle. Returns success or failure.
UrlForAuxiliaryExecutable(string) : NSUrl
The file URL for the executable of the specified name stored in this bundle.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSBundle object.