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

C# | Visual Basic | Visual C++ |
public static class NSBundle_AppKitAdditions
<ExtensionAttribute> _ Public NotInheritable Class NSBundle_AppKitAdditions
[ExtensionAttribute] public ref class NSBundle_AppKitAdditions abstract sealed

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | 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. |

Object | |
![]() | NSBundle_AppKitAdditions |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)