MonobjcMonobjc Documented Class Library
ObjectForInfoDictionaryKey Method (key)
NamespacesMonobjc.FoundationNSBundleObjectForInfoDictionaryKey(NSString)

Returns the value associated with the specified key in the receiver's information property list.

Original signature is '- (id)objectForInfoDictionaryKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectForInfoDictionaryKey(
	NSString key
)
Public Overridable Function ObjectForInfoDictionaryKey ( _
	key As NSString _
) As Id
public:
virtual Id^ ObjectForInfoDictionaryKey(
	NSString^ key
)
Parameters
key (NSString)
A key in the receiver's property list.
Return Value
The value associated with key in the receiver's property list (Info.plist). The localized value of a key is returned when one is available.
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.Foundation (Module: Monobjc.Foundation)