MonoMac.Foundation.NSBundle Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
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[]. Documentation for this section has not yet been entered.
[read-only]
static
AllFrameworksNSBundle[]. Documentation for this section has not yet been entered.
[read-only]
BuiltinPluginsPathstring. Documentation for this section has not yet been entered.
[read-only]
BuiltInPluginsUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
BundleIdentifierstring. Documentation for this section has not yet been entered.
[read-only]
BundlePathstring. Documentation for this section has not yet been entered.
[read-only]
BundleUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DevelopmentLocalizationstring. Documentation for this section has not yet been entered.
[read-only]
ExecutablePathstring. Documentation for this section has not yet been entered.
[read-only]
ExecutableUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
InfoDictionaryNSDictionary. Documentation for this section has not yet been entered.
[read-only]
IsLoadedbool. Documentation for this section has not yet been entered.
[read-only]
Localizationsstring[]. Documentation for this section has not yet been entered.
[read-only]
static
MainBundleNSBundle. Documentation for this section has not yet been entered.
[read-only]
PreferredLocalizationsstring[]. Documentation for this section has not yet been entered.
[read-only]
PrincipalClassMonoMac.ObjCRuntime.Class. Documentation for this section has not yet been entered.
[read-only]
PrivateFrameworksPathstring. Documentation for this section has not yet been entered.
[read-only]
PrivateFrameworksUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
ResourcePathstring. Documentation for this section has not yet been entered.
[read-only]
ResourceUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
SharedFrameworksPathstring. Documentation for this section has not yet been entered.
[read-only]
SharedFrameworksUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
SharedSupportPathstring. Documentation for this section has not yet been entered.
[read-only]
SharedSupportUrlNSUrl. Documentation for this section has not yet been entered.

Public Methods

ClassNamed(string) : MonoMac.ObjCRuntime.Class
Documentation for this section has not yet been entered.
static
FromClass(MonoMac.ObjCRuntime.Class) : NSBundle
Documentation for this section has not yet been entered.
static
FromIdentifier(string) : NSBundle
Documentation for this section has not yet been entered.
static
FromPath(string) : NSBundle
Documentation for this section has not yet been entered.
static
FromUrl(NSUrl) : NSBundle
Documentation for this section has not yet been entered.
Load()
Documentation for this section has not yet been entered.
static
LoadNib(string, NSObject) : bool
Documentation for this section has not yet been entered.
LocalizedString(string, string) : string
Documentation for this section has not yet been entered.
LocalizedString(string, string, string) : string
Documentation for this section has not yet been entered.
LocalizedString(string, string, string, string) : string
Documentation for this section has not yet been entered.
ObjectForInfoDictionary(string) : NSObject
Documentation for this section has not yet been entered.
PathForAuxiliaryExecutable(string) : string
Documentation for this section has not yet been entered.
PathForImageResource(string) : string
Documentation for this section has not yet been entered.
PathForResource(string, string) : string
Documentation for this section has not yet been entered.
PathForResource(string, string, string, string) : string
Documentation for this section has not yet been entered.
static
PathForResourceAbsolute(string, string, string) : string
Documentation for this section has not yet been entered.
PathForSoundResource(string) : string
Documentation for this section has not yet been entered.
Unload()
Documentation for this section has not yet been entered.
UrlForAuxiliaryExecutable(string) : NSUrl
Documentation for this section has not yet been entered.

Protected Methods

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