MonoMac.Foundation.NSBundle Class
Application bundle support; Introspection services.
See Also: NSBundle
Syntax
[MonoMac.Foundation.Register("NSBundle", true)]
public class NSBundle : NSObject
public class NSBundle : NSObject
Requirements
Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
The members of MonoMac.Foundation.NSBundle are listed below.
See Also: 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. | ||
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 | _AllBundles | NSBundle[]. |
[read-only] static | AllFrameworks | NSBundle[]. |
[read-only] | BuiltinPluginsPath | String. |
[read-only] | BuiltInPluginsUrl | NSUrl. |
[read-only] | BundleIdentifier | String. |
[read-only] | BundlePath | String. |
[read-only] | BundleUrl | NSUrl. |
[read-only] override | ClassHandle | IntPtr. The handle for this class. |
[read-only] | DevelopmentLocalization | String. |
[read-only] | ExecutablePath | String. |
[read-only] | ExecutableUrl | NSUrl. |
[read-only] | InfoDictionary | NSDictionary. |
[read-only] | IsLoaded | Boolean. |
[read-only] | Localizations | String[]. |
[read-only] static | MainBundle | NSBundle. |
[read-only] | PreferredLocalizations | String[]. |
[read-only] | PrincipalClass | Class. |
[read-only] | PrivateFrameworksPath | String. |
[read-only] | PrivateFrameworksUrl | NSUrl. |
[read-only] | ResourcePath | String. |
[read-only] | ResourceUrl | NSUrl. |
[read-only] | SharedFrameworksPath | String. |
[read-only] | SharedFrameworksUrl | NSUrl. |
[read-only] | SharedSupportPath | String. |
[read-only] | SharedSupportUrl | NSUrl. |
Public Methods
ClassNamed(String) | ||
static | FromClass(Class) | |
static | FromIdentifier(String) | |
static | FromPath(String) | |
static | FromUrl(NSUrl) | |
Load() | ||
static | LoadNib(String, NSObject) | |
LocalizedString(String, String) | ||
LocalizedString(String, String, String) | ||
LocalizedString(String, String, String, String) | ||
ObjectForInfoDictionary(String) | ||
PathForAuxiliaryExecutable(String) | ||
PathForImageResource(String) | ||
PathForResource(String, String) | ||
PathForResource(String, String, String, String) | ||
static | PathForResourceAbsolute(String, String, String) | |
PathForSoundResource(String) | ||
Unload() | ||
UrlForAuxiliaryExecutable(String) |