MonobjcMonobjc Documented Class Library
NSBundle_AppKitAdditions Class
NamespacesMonobjc.AppKitNSBundle_AppKitAdditions

[Missing <summary> documentation for "T:Monobjc.AppKit.NSBundle_AppKitAdditions"]

Declaration Syntax
C#Visual BasicVisual C++
public static class NSBundle_AppKitAdditions
<ExtensionAttribute> _
Public NotInheritable Class NSBundle_AppKitAdditions
[ExtensionAttribute]
public ref class NSBundle_AppKitAdditions abstract sealed
Members
All MembersMethods



IconMemberDescription
ContextHelpForKey(NSBundle, NSString)

Returns the context-sensitive help for the specified key from the bundle's help file.

Original signature is '- (NSAttributedString *)contextHelpForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.


LoadNibFileExternalNameTableWithZone(NSString, NSDictionary, IntPtr)

Unarchives the contents of the nib file and links them to objects in your program.

Original signature is '+ (BOOL)loadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


LoadNibFileExternalNameTableWithZone(NSBundle, NSString, NSDictionary, IntPtr)

Unarchives the contents of a nib file located in the receiver's bundle.

Original signature is '- (BOOL)loadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


PathForImageResource(NSBundle, NSString)

Returns the location of the specified image resource file.

Original signature is '- (NSString *)pathForImageResource:(NSString *)name'

Available in Mac OS X v10.0 and later.


PathForSoundResource(NSBundle, NSString)

Returns the location of the specified sound resource file.

Original signature is '- (NSString *)pathForSoundResource:(NSString *)name'

Available in Mac OS X v10.0 and later.


URLForImageResource(NSBundle, NSString)

Returns the location of the specified image resource as an NSURL.

Original signature is '- (NSURL *)URLForImageResource:(NSString *)name'

Available in Mac OS X v10.6 and later.


Inheritance Hierarchy
Object
NSBundle_AppKitAdditions
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)