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.

C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function PathForImageResource ( _ __target As NSBundle, _ name As NSString _ ) As NSString
[ExtensionAttribute] public: static NSString^ PathForImageResource( NSBundle^ __target, NSString^ name )

The absolute pathname of the resource file or nil if the file was not found.

In Visual Basic and C#, you can call this method as an instance method on any object of type NSBundle. When you use instance method syntax to call this method, omit the first parameter.

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